Shades of Dark Violet #9A01CD
Tints of Dark Violet #9A01CD
RGB
CMYK
RGB Variations
Color information
#9A01CD (or 0x9A01CD) is known color: Dark Violet. HEX triplet: 9A, 01 and CD. RGB value is (154,1,205). Sum of RGB (Red+Green+Blue) = 154+1+205=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A01CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A01CD is #65FE32. Grayscale: #454545. Windows color (decimal): -6684211 or 13435290. OLE color: 13435290.
HSL color Cylindrical-coordinate representation of color #9A01CD: hue angle of 285º 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 #9A01CD is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 1 | 205 | - |
| CMYK | 0.25 | 1.00 | 0 | 0.20 |
| HSL | 285º | 0.99% | 0.4% | - |
| HSV(B) | 285º | 1% | 0.8% | - |
| XYZ | 24.36 | 11.3 | 58.65 | - |
| YUV | 70 | 204.19 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 205 | 0.25 | 1.00 | 0 | 0.20 | 285 | 0.99 | 0.4 |
| Hex | 9A | 1 | CD | 19 | 64 | 0 | 14 | 11D | 63 | 28 |
| Octal | 232 | 1 | 315 | 31 | 144 | 0 | 24 | 435 | 143 | 50 |
| Binary | 10011010 | 1 | 11001101 | 11001 | 1100100 | 0 | 10100 | 100011101 | 1100011 | 101000 |
Color Harmonies of #9A01CD
Complementary color
Monochromatic Colors of #9A01CD
Black with #9A01CD
Text Example
Text Example
White with #9A01CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A01CD; }
p { color: rgb(154,1,205); }
H1.HeaderClassName
{
color: #9A01CD;
}
.AnyTagClassName
{
color: #9A01CD;
}
</style>
background-color css
<style>
a { background-color: #9A01CD; }
a { background-color: rgb(154,1,205); }
div.DivClassName
{
background-color: #9A01CD;
}
.BgClassName
{
background-color: #9A01CD;
}
</style>
border-color css
<style>
span { border-color: #9A01CD; }
span { border-color: rgb(154,1,205); }
td.TdClassName
{
border-color: #9A01CD;
}
.TagClassName
{
border-color: #9A01CD;
}
</style>