Html Css Color HEX #8E42EA Blue Violet

📋 copy color: '#8E42EA'

red 142 ◦ green 66 ◦ blue 234

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

Shades of Blue Violet #8E42EA

Tints of Blue Violet #8E42EA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.93%

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

R = 32.13%
G = 14.93%
B = 52.94%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E42EA (or 0x8E42EA) is known color: Blue Violet. HEX triplet: 8E, 42 and EA. RGB value is (142,66,234). Sum of RGB (Red+Green+Blue) = 142+66+234=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E42EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E42EA is #71BD15. Grayscale: #6B6B6B. Windows color (decimal): -7453974 or 15352462. OLE color: 15352462.

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

Color convert

RGB 142 66 234 -
CMYK 0.39 0.72 0 0.08
HSL 267.14º 0.8% 0.59% -
HSV(B) 267.14º 0.72% 0.92% -
XYZ 27.95 15.59 79.38 -
YUV 107.88 199.18 152.34 -
System Red Green Blue C M Y K H S L
Decimal 142 66 234 0.39 0.72 0 0.08 267.14 0.8 0.59
Hex 8E 42 EA 27 48 0 8 10B 50 3B
Octal 216 102 352 47 110 0 10 413 120 73
Binary 10001110 1000010 11101010 100111 1001000 0 1000 100001011 1010000 111011

Color Harmonies of #8E42EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E42EA

Black with #8E42EA

Text Example


Text Example

White with #8E42EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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