Html Css Color HEX #8E42EB Blue Violet

📋 copy color: '#8E42EB'

red 142 ◦ green 66 ◦ blue 235

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

Shades of Blue Violet #8E42EB

Tints of Blue Violet #8E42EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.05%

R = 32.05%
G = 14.9%
B = 53.05%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E42EB (or 0x8E42EB) is known color: Blue Violet. HEX triplet: 8E, 42 and EB. RGB value is (142,66,235). Sum of RGB (Red+Green+Blue) = 142+66+235=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E42EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E42EB is #71BD14. Grayscale: #6B6B6B. Windows color (decimal): -7453973 or 15417998. OLE color: 15417998.

HSL color Cylindrical-coordinate representation of color #8E42EB: hue angle of 266.98º degrees, saturation: 0.81, 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 #8E42EB is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 66 235 -
CMYK 0.40 0.72 0 0.08
HSL 266.98º 0.81% 0.59% -
HSV(B) 266.98º 0.72% 0.92% -
XYZ 28.1 15.65 80.14 -
YUV 107.99 199.68 152.26 -
System Red Green Blue C M Y K H S L
Decimal 142 66 235 0.40 0.72 0 0.08 266.98 0.81 0.59
Hex 8E 42 EB 28 48 0 8 10B 51 3B
Octal 216 102 353 50 110 0 10 413 121 73
Binary 10001110 1000010 11101011 101000 1001000 0 1000 100001011 1010001 111011

Color Harmonies of #8E42EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E42EB

Black with #8E42EB

Text Example


Text Example

White with #8E42EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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