Shades of Dark Violet #8008DA
Tints of Dark Violet #8008DA
RGB
CMYK
RGB Variations
Color information
#8008DA (or 0x8008DA) is known color: Dark Violet. HEX triplet: 80, 08 and DA. RGB value is (128,8,218). Sum of RGB (Red+Green+Blue) = 128+8+218=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #8008DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8008DA is #7FF725. Grayscale: #434343. Windows color (decimal): -8386342 or 14289024. OLE color: 14289024.
HSL color Cylindrical-coordinate representation of color #8008DA: hue angle of 274.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8008DA is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 8 | 218 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.15 |
| HSL | 274.29º | 0.93% | 0.44% | - |
| HSV(B) | 274.29º | 0.96% | 0.85% | - |
| XYZ | 21.64 | 9.82 | 67.09 | - |
| YUV | 67.82 | 212.76 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 218 | 0.41 | 0.96 | 0 | 0.15 | 274.29 | 0.93 | 0.44 |
| Hex | 80 | 8 | DA | 29 | 60 | 0 | F | 112 | 5D | 2C |
| Octal | 200 | 10 | 332 | 51 | 140 | 0 | 17 | 422 | 135 | 54 |
| Binary | 10000000 | 1000 | 11011010 | 101001 | 1100000 | 0 | 1111 | 100010010 | 1011101 | 101100 |
Color Harmonies of #8008DA
Complementary color
Monochromatic Colors of #8008DA
Black with #8008DA
Text Example
Text Example
White with #8008DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8008DA; }
p { color: rgb(128,8,218); }
H1.HeaderClassName
{
color: #8008DA;
}
.AnyTagClassName
{
color: #8008DA;
}
</style>
background-color css
<style>
a { background-color: #8008DA; }
a { background-color: rgb(128,8,218); }
div.DivClassName
{
background-color: #8008DA;
}
.BgClassName
{
background-color: #8008DA;
}
</style>
border-color css
<style>
span { border-color: #8008DA; }
span { border-color: rgb(128,8,218); }
td.TdClassName
{
border-color: #8008DA;
}
.TagClassName
{
border-color: #8008DA;
}
</style>