Html Css Color HEX #8E32EA Blue Violet

📋 copy color: '#8E32EA'

red 142 ◦ green 50 ◦ blue 234

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

Shades of Blue Violet #8E32EA

Tints of Blue Violet #8E32EA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.74%

 BLUE value IS 234 (91.8% from 255) = 54.93%

R = 33.33%
G = 11.74%
B = 54.93%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E32EA (or 0x8E32EA) is known color: Blue Violet. HEX triplet: 8E, 32 and EA. RGB value is (142,50,234). Sum of RGB (Red+Green+Blue) = 142+50+234=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E32EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E32EA is #71CD15. Grayscale: #616161. Windows color (decimal): -7458070 or 15348366. OLE color: 15348366.

HSL color Cylindrical-coordinate representation of color #8E32EA: hue angle of 270º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E32EA is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 50 234 -
CMYK 0.39 0.79 0 0.08
HSL 270º 0.81% 0.56% -
HSV(B) 270º 0.79% 0.92% -
XYZ 27.15 13.97 79.11 -
YUV 98.48 204.48 159.04 -
System Red Green Blue C M Y K H S L
Decimal 142 50 234 0.39 0.79 0 0.08 270 0.81 0.56
Hex 8E 32 EA 27 4F 0 8 10E 51 38
Octal 216 62 352 47 117 0 10 416 121 70
Binary 10001110 110010 11101010 100111 1001111 0 1000 100001110 1010001 111000

Color Harmonies of #8E32EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E32EA

Black with #8E32EA

Text Example


Text Example

White with #8E32EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,50,234); }

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

background-color css

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

 a { background-color: rgb(142,50,234); }

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

border-color css

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

 span { border-color: rgb(142,50,234); }

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