Html Css Color HEX #8E30FF Blue Violet

📋 copy color: '#8E30FF'

red 142 ◦ green 48 ◦ blue 255

#8E30FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8E30FF

Tints of Blue Violet #8E30FF

RGB

 RED value IS 142 (55.86% from 255) = 31.91%

 GREEN value IS 48 (19.14% from 255) = 10.79%

 BLUE value IS 255 (100% from 255) = 57.3%

R = 31.91%
G = 10.79%
B = 57.3%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8E30FF (or 0x8E30FF) is known color: Blue Violet. HEX triplet: 8E, 30 and FF. RGB value is (142,48,255). Sum of RGB (Red+Green+Blue) = 142+48+255=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E30FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E30FF is #71CF00. Grayscale: #626262. Windows color (decimal): -7458561 or 16724110. OLE color: 16724110.

HSL color Cylindrical-coordinate representation of color #8E30FF: hue angle of 267.25º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E30FF is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 142 48 255 -
CMYK 0.44 0.81 0 0
HSL 267.25º 1% 0.59% -
HSV(B) 267.25º 0.81% 1% -
XYZ 30.26 15.08 95.92 -
YUV 99.7 215.64 158.17 -
System Red Green Blue C M Y K H S L
Decimal 142 48 255 0.44 0.81 0 0 267.25 1 0.59
Hex 8E 30 FF 2C 51 0 0 10B 64 3B
Octal 216 60 377 54 121 0 0 413 144 73
Binary 10001110 110000 11111111 101100 1010001 0 0 100001011 1100100 111011

Color Harmonies of #8E30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E30FF

Black with #8E30FF

Text Example


Text Example

White with #8E30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E30FF; }

 p { color: rgb(142,48,255); }

 H1.HeaderClassName
 {
   color: #8E30FF;
 }
 .AnyTagClassName
 {
   color: #8E30FF;
 }
</style>

background-color css

<style>
 a { background-color: #8E30FF; }

 a { background-color: rgb(142,48,255); }

 div.DivClassName
 {
   background-color: #8E30FF;
 }
 .BgClassName
 {
   background-color: #8E30FF;
 }
</style>

border-color css

<style>
 span { border-color: #8E30FF; }

 span { border-color: rgb(142,48,255); }

 td.TdClassName
 {
   border-color: #8E30FF;
 }
 .TagClassName
 {
   border-color: #8E30FF;
 }
</style>