Shades of Dark Violet #9A13CB
Tints of Dark Violet #9A13CB
RGB
CMYK
RGB Variations
Color information
#9A13CB (or 0x9A13CB) is known color: Dark Violet. HEX triplet: 9A, 13 and CB. RGB value is (154,19,203). Sum of RGB (Red+Green+Blue) = 154+19+203=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A13CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A13CB is #65EC34. Grayscale: #4F4F4F. Windows color (decimal): -6679605 or 13308826. OLE color: 13308826.
HSL color Cylindrical-coordinate representation of color #9A13CB: hue angle of 284.02º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A13CB is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 19 | 203 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.20 |
| HSL | 284.02º | 0.83% | 0.44% | - |
| HSV(B) | 284.02º | 0.91% | 0.8% | - |
| XYZ | 24.34 | 11.65 | 57.47 | - |
| YUV | 80.34 | 197.23 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 203 | 0.24 | 0.91 | 0 | 0.20 | 284.02 | 0.83 | 0.44 |
| Hex | 9A | 13 | CB | 18 | 5B | 0 | 14 | 11C | 53 | 2C |
| Octal | 232 | 23 | 313 | 30 | 133 | 0 | 24 | 434 | 123 | 54 |
| Binary | 10011010 | 10011 | 11001011 | 11000 | 1011011 | 0 | 10100 | 100011100 | 1010011 | 101100 |
Color Harmonies of #9A13CB
Complementary color
Monochromatic Colors of #9A13CB
Black with #9A13CB
Text Example
Text Example
White with #9A13CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A13CB; }
p { color: rgb(154,19,203); }
H1.HeaderClassName
{
color: #9A13CB;
}
.AnyTagClassName
{
color: #9A13CB;
}
</style>
background-color css
<style>
a { background-color: #9A13CB; }
a { background-color: rgb(154,19,203); }
div.DivClassName
{
background-color: #9A13CB;
}
.BgClassName
{
background-color: #9A13CB;
}
</style>
border-color css
<style>
span { border-color: #9A13CB; }
span { border-color: rgb(154,19,203); }
td.TdClassName
{
border-color: #9A13CB;
}
.TagClassName
{
border-color: #9A13CB;
}
</style>