Html Css Color HEX #8E06BB Dark Violet

📋 copy color: '#8E06BB'

red 142 ◦ green 6 ◦ blue 187

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

Shades of Dark Violet #8E06BB

Tints of Dark Violet #8E06BB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

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

R = 42.39%
G = 1.79%
B = 55.82%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E06BB (or 0x8E06BB) is known color: Dark Violet. HEX triplet: 8E, 06 and BB. RGB value is (142,6,187). Sum of RGB (Red+Green+Blue) = 142+6+187=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E06BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E06BB is #71F944. Grayscale: #424242. Windows color (decimal): -7469381 or 12256910. OLE color: 12256910.

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

Color convert

RGB 142 6 187 -
CMYK 0.24 0.97 0 0.27
HSL 285.08º 0.94% 0.38% -
HSV(B) 285.08º 0.97% 0.73% -
XYZ 20.19 9.47 47.78 -
YUV 67.3 195.56 181.28 -
System Red Green Blue C M Y K H S L
Decimal 142 6 187 0.24 0.97 0 0.27 285.08 0.94 0.38
Hex 8E 6 BB 18 61 0 1B 11D 5E 26
Octal 216 6 273 30 141 0 33 435 136 46
Binary 10001110 110 10111011 11000 1100001 0 11011 100011101 1011110 100110

Color Harmonies of #8E06BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E06BB

Black with #8E06BB

Text Example


Text Example

White with #8E06BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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