Shades of Dark Violet #8008CC
Tints of Dark Violet #8008CC
RGB
CMYK
RGB Variations
Color information
#8008CC (or 0x8008CC) is known color: Dark Violet. HEX triplet: 80, 08 and CC. RGB value is (128,8,204). Sum of RGB (Red+Green+Blue) = 128+8+204=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #8008CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8008CC is #7FF733. Grayscale: #414141. Windows color (decimal): -8386356 or 13371520. OLE color: 13371520.
HSL color Cylindrical-coordinate representation of color #8008CC: hue angle of 276.73º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8008CC is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 8 | 204 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.2 |
| HSL | 276.73º | 0.92% | 0.42% | - |
| HSV(B) | 276.73º | 0.96% | 0.8% | - |
| XYZ | 19.89 | 9.12 | 57.84 | - |
| YUV | 66.22 | 205.76 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 204 | 0.37 | 0.96 | 0 | 0.2 | 276.73 | 0.92 | 0.42 |
| Hex | 80 | 8 | CC | 25 | 60 | 0 | 14 | 115 | 5C | 2A |
| Octal | 200 | 10 | 314 | 45 | 140 | 0 | 24 | 425 | 134 | 52 |
| Binary | 10000000 | 1000 | 11001100 | 100101 | 1100000 | 0 | 10100 | 100010101 | 1011100 | 101010 |
Color Harmonies of #8008CC
Complementary color
Monochromatic Colors of #8008CC
Black with #8008CC
Text Example
Text Example
White with #8008CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8008CC; }
p { color: rgb(128,8,204); }
H1.HeaderClassName
{
color: #8008CC;
}
.AnyTagClassName
{
color: #8008CC;
}
</style>
background-color css
<style>
a { background-color: #8008CC; }
a { background-color: rgb(128,8,204); }
div.DivClassName
{
background-color: #8008CC;
}
.BgClassName
{
background-color: #8008CC;
}
</style>
border-color css
<style>
span { border-color: #8008CC; }
span { border-color: rgb(128,8,204); }
td.TdClassName
{
border-color: #8008CC;
}
.TagClassName
{
border-color: #8008CC;
}
</style>