Html Css Color HEX #8E02BB Dark Violet

📋 copy color: '#8E02BB'

red 142 ◦ green 2 ◦ blue 187

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

Shades of Dark Violet #8E02BB

Tints of Dark Violet #8E02BB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 187 (73.44% from 255) = 56.5%

R = 42.9%
G = 0.6%
B = 56.5%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E02BB (or 0x8E02BB) is known color: Dark Violet. HEX triplet: 8E, 02 and BB. RGB value is (142,2,187). Sum of RGB (Red+Green+Blue) = 142+2+187=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E02BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E02BB is #71FD44. Grayscale: #404040. Windows color (decimal): -7470405 or 12255886. OLE color: 12255886.

HSL color Cylindrical-coordinate representation of color #8E02BB: hue angle of 285.41º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E02BB is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 2 187 -
CMYK 0.24 0.99 0 0.27
HSL 285.41º 0.98% 0.37% -
HSV(B) 285.41º 0.99% 0.73% -
XYZ 20.15 9.38 47.76 -
YUV 64.95 196.88 182.96 -
System Red Green Blue C M Y K H S L
Decimal 142 2 187 0.24 0.99 0 0.27 285.41 0.98 0.37
Hex 8E 2 BB 18 63 0 1B 11D 62 25
Octal 216 2 273 30 143 0 33 435 142 45
Binary 10001110 10 10111011 11000 1100011 0 11011 100011101 1100010 100101

Color Harmonies of #8E02BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E02BB

Black with #8E02BB

Text Example


Text Example

White with #8E02BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,2,187); }

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

background-color css

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

 a { background-color: rgb(142,2,187); }

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

border-color css

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

 span { border-color: rgb(142,2,187); }

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