Shades of Dark Violet #9A00BD
Tints of Dark Violet #9A00BD
RGB
CMYK
RGB Variations
Color information
#9A00BD (or 0x9A00BD) is known color: Dark Violet. HEX triplet: 9A, 00 and BD. RGB value is (154,0,189). Sum of RGB (Red+Green+Blue) = 154+0+189=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A00BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A00BD is #65FF42. Grayscale: #424242. Windows color (decimal): -6684483 or 12386458. OLE color: 12386458.
HSL color Cylindrical-coordinate representation of color #9A00BD: hue angle of 288.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00BD is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 0 | 189 | - |
| CMYK | 0.19 | 1 | 0 | 0.26 |
| HSL | 288.89º | 1% | 0.37% | - |
| HSV(B) | 288.89º | 1% | 0.74% | - |
| XYZ | 22.51 | 10.54 | 48.99 | - |
| YUV | 67.59 | 196.52 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 189 | 0.19 | 1 | 0 | 0.26 | 288.89 | 1 | 0.37 |
| Hex | 9A | 0 | BD | 13 | 64 | 0 | 1A | 121 | 64 | 25 |
| Octal | 232 | 0 | 275 | 23 | 144 | 0 | 32 | 441 | 144 | 45 |
| Binary | 10011010 | 0 | 10111101 | 10011 | 1100100 | 0 | 11010 | 100100001 | 1100100 | 100101 |
Color Harmonies of #9A00BD
Complementary color
Monochromatic Colors of #9A00BD
Black with #9A00BD
Text Example
Text Example
White with #9A00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A00BD; }
p { color: rgb(154,0,189); }
H1.HeaderClassName
{
color: #9A00BD;
}
.AnyTagClassName
{
color: #9A00BD;
}
</style>
background-color css
<style>
a { background-color: #9A00BD; }
a { background-color: rgb(154,0,189); }
div.DivClassName
{
background-color: #9A00BD;
}
.BgClassName
{
background-color: #9A00BD;
}
</style>
border-color css
<style>
span { border-color: #9A00BD; }
span { border-color: rgb(154,0,189); }
td.TdClassName
{
border-color: #9A00BD;
}
.TagClassName
{
border-color: #9A00BD;
}
</style>