Shades of Dark Violet #8D08CB
Tints of Dark Violet #8D08CB
RGB
CMYK
RGB Variations
Color information
#8D08CB (or 0x8D08CB) is known color: Dark Violet. HEX triplet: 8D, 08 and CB. RGB value is (141,8,203). Sum of RGB (Red+Green+Blue) = 141+8+203=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D08CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D08CB is #72F734. Grayscale: #454545. Windows color (decimal): -7534389 or 13305997. OLE color: 13305997.
HSL color Cylindrical-coordinate representation of color #8D08CB: hue angle of 280.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D08CB is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 8 | 203 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.20 |
| HSL | 280.92º | 0.92% | 0.41% | - |
| HSV(B) | 280.92º | 0.96% | 0.8% | - |
| XYZ | 21.85 | 10.15 | 57.31 | - |
| YUV | 70 | 203.06 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 8 | 203 | 0.31 | 0.96 | 0 | 0.20 | 280.92 | 0.92 | 0.41 |
| Hex | 8D | 8 | CB | 1F | 60 | 0 | 14 | 119 | 5C | 29 |
| Octal | 215 | 10 | 313 | 37 | 140 | 0 | 24 | 431 | 134 | 51 |
| Binary | 10001101 | 1000 | 11001011 | 11111 | 1100000 | 0 | 10100 | 100011001 | 1011100 | 101001 |
Color Harmonies of #8D08CB
Complementary color
Monochromatic Colors of #8D08CB
Black with #8D08CB
Text Example
Text Example
White with #8D08CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D08CB; }
p { color: rgb(141,8,203); }
H1.HeaderClassName
{
color: #8D08CB;
}
.AnyTagClassName
{
color: #8D08CB;
}
</style>
background-color css
<style>
a { background-color: #8D08CB; }
a { background-color: rgb(141,8,203); }
div.DivClassName
{
background-color: #8D08CB;
}
.BgClassName
{
background-color: #8D08CB;
}
</style>
border-color css
<style>
span { border-color: #8D08CB; }
span { border-color: rgb(141,8,203); }
td.TdClassName
{
border-color: #8D08CB;
}
.TagClassName
{
border-color: #8D08CB;
}
</style>