Html Css Color HEX #8008CE Dark Violet

📋 copy color: '#8008CE'

red 128 ◦ green 8 ◦ blue 206

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

Shades of Dark Violet #8008CE

Tints of Dark Violet #8008CE

RGB

 RED value IS 128 (50.39% from 255) = 37.43%

 GREEN value IS 8 (3.52% from 255) = 2.34%

 BLUE value IS 206 (80.86% from 255) = 60.23%

R = 37.43%
G = 2.34%
B = 60.23%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8008CE (or 0x8008CE) is known color: Dark Violet. HEX triplet: 80, 08 and CE. RGB value is (128,8,206). Sum of RGB (Red+Green+Blue) = 128+8+206=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #8008CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8008CE is #7FF731. Grayscale: #414141. Windows color (decimal): -8386354 or 13502592. OLE color: 13502592.

HSL color Cylindrical-coordinate representation of color #8008CE: hue angle of 276.36º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8008CE is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 8 206 -
CMYK 0.38 0.96 0 0.19
HSL 276.36º 0.93% 0.42% -
HSV(B) 276.36º 0.96% 0.81% -
XYZ 20.13 9.22 59.11 -
YUV 66.45 206.76 171.9 -
System Red Green Blue C M Y K H S L
Decimal 128 8 206 0.38 0.96 0 0.19 276.36 0.93 0.42
Hex 80 8 CE 26 60 0 13 114 5D 2A
Octal 200 10 316 46 140 0 23 424 135 52
Binary 10000000 1000 11001110 100110 1100000 0 10011 100010100 1011101 101010

Color Harmonies of #8008CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8008CE

Black with #8008CE

Text Example


Text Example

White with #8008CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8008CE; }

 p { color: rgb(128,8,206); }

 H1.HeaderClassName
 {
   color: #8008CE;
 }
 .AnyTagClassName
 {
   color: #8008CE;
 }
</style>

background-color css

<style>
 a { background-color: #8008CE; }

 a { background-color: rgb(128,8,206); }

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

border-color css

<style>
 span { border-color: #8008CE; }

 span { border-color: rgb(128,8,206); }

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