Shades of Dark Violet #8D01CC
Tints of Dark Violet #8D01CC
RGB
CMYK
RGB Variations
Color information
#8D01CC (or 0x8D01CC) is known color: Dark Violet. HEX triplet: 8D, 01 and CC. RGB value is (141,1,204). Sum of RGB (Red+Green+Blue) = 141+1+204=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D01CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D01CC is #72FE33. Grayscale: #414141. Windows color (decimal): -7536180 or 13369741. OLE color: 13369741.
HSL color Cylindrical-coordinate representation of color #8D01CC: hue angle of 281.38º 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 #8D01CC is Cyan = 0.31, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 1 | 204 | - |
| CMYK | 0.31 | 1.00 | 0 | 0.2 |
| HSL | 281.38º | 0.99% | 0.4% | - |
| HSV(B) | 281.38º | 1% | 0.8% | - |
| XYZ | 21.89 | 10.04 | 57.91 | - |
| YUV | 66 | 205.88 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 204 | 0.31 | 1.00 | 0 | 0.2 | 281.38 | 0.99 | 0.4 |
| Hex | 8D | 1 | CC | 1F | 64 | 0 | 14 | 119 | 63 | 28 |
| Octal | 215 | 1 | 314 | 37 | 144 | 0 | 24 | 431 | 143 | 50 |
| Binary | 10001101 | 1 | 11001100 | 11111 | 1100100 | 0 | 10100 | 100011001 | 1100011 | 101000 |
Color Harmonies of #8D01CC
Complementary color
Monochromatic Colors of #8D01CC
Black with #8D01CC
Text Example
Text Example
White with #8D01CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D01CC; }
p { color: rgb(141,1,204); }
H1.HeaderClassName
{
color: #8D01CC;
}
.AnyTagClassName
{
color: #8D01CC;
}
</style>
background-color css
<style>
a { background-color: #8D01CC; }
a { background-color: rgb(141,1,204); }
div.DivClassName
{
background-color: #8D01CC;
}
.BgClassName
{
background-color: #8D01CC;
}
</style>
border-color css
<style>
span { border-color: #8D01CC; }
span { border-color: rgb(141,1,204); }
td.TdClassName
{
border-color: #8D01CC;
}
.TagClassName
{
border-color: #8D01CC;
}
</style>