Shades of Dark Violet #8D08CA
Tints of Dark Violet #8D08CA
RGB
CMYK
RGB Variations
Color information
#8D08CA (or 0x8D08CA) is known color: Dark Violet. HEX triplet: 8D, 08 and CA. RGB value is (141,8,202). Sum of RGB (Red+Green+Blue) = 141+8+202=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D08CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D08CA is #72F735. Grayscale: #454545. Windows color (decimal): -7534390 or 13240461. OLE color: 13240461.
HSL color Cylindrical-coordinate representation of color #8D08CA: hue angle of 281.13º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D08CA is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 8 | 202 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.21 |
| HSL | 281.13º | 0.92% | 0.41% | - |
| HSV(B) | 281.13º | 0.96% | 0.79% | - |
| XYZ | 21.73 | 10.1 | 56.68 | - |
| YUV | 69.88 | 202.56 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 8 | 202 | 0.30 | 0.96 | 0 | 0.21 | 281.13 | 0.92 | 0.41 |
| Hex | 8D | 8 | CA | 1E | 60 | 0 | 15 | 119 | 5C | 29 |
| Octal | 215 | 10 | 312 | 36 | 140 | 0 | 25 | 431 | 134 | 51 |
| Binary | 10001101 | 1000 | 11001010 | 11110 | 1100000 | 0 | 10101 | 100011001 | 1011100 | 101001 |
Color Harmonies of #8D08CA
Complementary color
Monochromatic Colors of #8D08CA
Black with #8D08CA
Text Example
Text Example
White with #8D08CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D08CA; }
p { color: rgb(141,8,202); }
H1.HeaderClassName
{
color: #8D08CA;
}
.AnyTagClassName
{
color: #8D08CA;
}
</style>
background-color css
<style>
a { background-color: #8D08CA; }
a { background-color: rgb(141,8,202); }
div.DivClassName
{
background-color: #8D08CA;
}
.BgClassName
{
background-color: #8D08CA;
}
</style>
border-color css
<style>
span { border-color: #8D08CA; }
span { border-color: rgb(141,8,202); }
td.TdClassName
{
border-color: #8D08CA;
}
.TagClassName
{
border-color: #8D08CA;
}
</style>