Shades of Dark Violet #9A0DCB
Tints of Dark Violet #9A0DCB
RGB
CMYK
RGB Variations
Color information
#9A0DCB (or 0x9A0DCB) is known color: Dark Violet. HEX triplet: 9A, 0D and CB. RGB value is (154,13,203). Sum of RGB (Red+Green+Blue) = 154+13+203=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A0DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0DCB is #65F234. Grayscale: #4C4C4C. Windows color (decimal): -6681141 or 13307290. OLE color: 13307290.
HSL color Cylindrical-coordinate representation of color #9A0DCB: hue angle of 284.53º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0DCB is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 13 | 203 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.20 |
| HSL | 284.53º | 0.88% | 0.42% | - |
| HSV(B) | 284.53º | 0.94% | 0.8% | - |
| XYZ | 24.25 | 11.47 | 57.44 | - |
| YUV | 76.82 | 199.21 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 13 | 203 | 0.24 | 0.94 | 0 | 0.20 | 284.53 | 0.88 | 0.42 |
| Hex | 9A | D | CB | 18 | 5E | 0 | 14 | 11D | 58 | 2A |
| Octal | 232 | 15 | 313 | 30 | 136 | 0 | 24 | 435 | 130 | 52 |
| Binary | 10011010 | 1101 | 11001011 | 11000 | 1011110 | 0 | 10100 | 100011101 | 1011000 | 101010 |
Color Harmonies of #9A0DCB
Complementary color
Monochromatic Colors of #9A0DCB
Black with #9A0DCB
Text Example
Text Example
White with #9A0DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0DCB; }
p { color: rgb(154,13,203); }
H1.HeaderClassName
{
color: #9A0DCB;
}
.AnyTagClassName
{
color: #9A0DCB;
}
</style>
background-color css
<style>
a { background-color: #9A0DCB; }
a { background-color: rgb(154,13,203); }
div.DivClassName
{
background-color: #9A0DCB;
}
.BgClassName
{
background-color: #9A0DCB;
}
</style>
border-color css
<style>
span { border-color: #9A0DCB; }
span { border-color: rgb(154,13,203); }
td.TdClassName
{
border-color: #9A0DCB;
}
.TagClassName
{
border-color: #9A0DCB;
}
</style>