Shades of Dark Violet #8D01CB
Tints of Dark Violet #8D01CB
RGB
CMYK
RGB Variations
Color information
#8D01CB (or 0x8D01CB) is known color: Dark Violet. HEX triplet: 8D, 01 and CB. RGB value is (141,1,203). Sum of RGB (Red+Green+Blue) = 141+1+203=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D01CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D01CB is #72FE34. Grayscale: #414141. Windows color (decimal): -7536181 or 13304205. OLE color: 13304205.
HSL color Cylindrical-coordinate representation of color #8D01CB: hue angle of 281.58º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D01CB is Cyan = 0.31, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 1 | 203 | - |
| CMYK | 0.31 | 1.00 | 0 | 0.20 |
| HSL | 281.58º | 0.99% | 0.4% | - |
| HSV(B) | 281.58º | 1% | 0.8% | - |
| XYZ | 21.77 | 10 | 57.28 | - |
| YUV | 65.89 | 205.38 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 203 | 0.31 | 1.00 | 0 | 0.20 | 281.58 | 0.99 | 0.4 |
| Hex | 8D | 1 | CB | 1F | 64 | 0 | 14 | 11A | 63 | 28 |
| Octal | 215 | 1 | 313 | 37 | 144 | 0 | 24 | 432 | 143 | 50 |
| Binary | 10001101 | 1 | 11001011 | 11111 | 1100100 | 0 | 10100 | 100011010 | 1100011 | 101000 |
Color Harmonies of #8D01CB
Complementary color
Monochromatic Colors of #8D01CB
Black with #8D01CB
Text Example
Text Example
White with #8D01CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D01CB; }
p { color: rgb(141,1,203); }
H1.HeaderClassName
{
color: #8D01CB;
}
.AnyTagClassName
{
color: #8D01CB;
}
</style>
background-color css
<style>
a { background-color: #8D01CB; }
a { background-color: rgb(141,1,203); }
div.DivClassName
{
background-color: #8D01CB;
}
.BgClassName
{
background-color: #8D01CB;
}
</style>
border-color css
<style>
span { border-color: #8D01CB; }
span { border-color: rgb(141,1,203); }
td.TdClassName
{
border-color: #8D01CB;
}
.TagClassName
{
border-color: #8D01CB;
}
</style>