Html Css Color HEX #8E3EE0 Blue Violet

📋 copy color: '#8E3EE0'

red 142 ◦ green 62 ◦ blue 224

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

Shades of Blue Violet #8E3EE0

Tints of Blue Violet #8E3EE0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.49%

 BLUE value IS 224 (87.89% from 255) = 52.34%

R = 33.18%
G = 14.49%
B = 52.34%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8E3EE0 (or 0x8E3EE0) is known color: Blue Violet. HEX triplet: 8E, 3E and E0. RGB value is (142,62,224). Sum of RGB (Red+Green+Blue) = 142+62+224=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #8E3EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3EE0 is #71C11F. Grayscale: #676767. Windows color (decimal): -7455008 or 14696078. OLE color: 14696078.

HSL color Cylindrical-coordinate representation of color #8E3EE0: hue angle of 269.63º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E3EE0 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 142 62 224 -
CMYK 0.37 0.72 0 0.12
HSL 269.63º 0.72% 0.56% -
HSV(B) 269.63º 0.72% 0.88% -
XYZ 26.33 14.58 71.95 -
YUV 104.39 195.5 154.83 -
System Red Green Blue C M Y K H S L
Decimal 142 62 224 0.37 0.72 0 0.12 269.63 0.72 0.56
Hex 8E 3E E0 25 48 0 C 10E 48 38
Octal 216 76 340 45 110 0 14 416 110 70
Binary 10001110 111110 11100000 100101 1001000 0 1100 100001110 1001000 111000

Color Harmonies of #8E3EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3EE0

Black with #8E3EE0

Text Example


Text Example

White with #8E3EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,62,224); }

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

background-color css

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

 a { background-color: rgb(142,62,224); }

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

border-color css

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

 span { border-color: rgb(142,62,224); }

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