Shades of Dark Violet #9A00B6
Tints of Dark Violet #9A00B6
RGB
CMYK
RGB Variations
Color information
#9A00B6 (or 0x9A00B6) is known color: Dark Violet. HEX triplet: 9A, 00 and B6. RGB value is (154,0,182). Sum of RGB (Red+Green+Blue) = 154+0+182=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #9A00B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A00B6 is #65FF49. Grayscale: #424242. Windows color (decimal): -6684490 or 11927706. OLE color: 11927706.
HSL color Cylindrical-coordinate representation of color #9A00B6: hue angle of 290.77º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00B6 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 0 | 182 | - |
| CMYK | 0.15 | 1 | 0 | 0.29 |
| HSL | 290.77º | 1% | 0.36% | - |
| HSV(B) | 290.77º | 1% | 0.71% | - |
| XYZ | 21.77 | 10.25 | 45.09 | - |
| YUV | 66.79 | 193.02 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 182 | 0.15 | 1 | 0 | 0.29 | 290.77 | 1 | 0.36 |
| Hex | 9A | 0 | B6 | F | 64 | 0 | 1D | 123 | 64 | 24 |
| Octal | 232 | 0 | 266 | 17 | 144 | 0 | 35 | 443 | 144 | 44 |
| Binary | 10011010 | 0 | 10110110 | 1111 | 1100100 | 0 | 11101 | 100100011 | 1100100 | 100100 |
Color Harmonies of #9A00B6
Complementary color
Monochromatic Colors of #9A00B6
Black with #9A00B6
Text Example
Text Example
White with #9A00B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A00B6; }
p { color: rgb(154,0,182); }
H1.HeaderClassName
{
color: #9A00B6;
}
.AnyTagClassName
{
color: #9A00B6;
}
</style>
background-color css
<style>
a { background-color: #9A00B6; }
a { background-color: rgb(154,0,182); }
div.DivClassName
{
background-color: #9A00B6;
}
.BgClassName
{
background-color: #9A00B6;
}
</style>
border-color css
<style>
span { border-color: #9A00B6; }
span { border-color: rgb(154,0,182); }
td.TdClassName
{
border-color: #9A00B6;
}
.TagClassName
{
border-color: #9A00B6;
}
</style>