Shades of Dark Violet #9A06BD
Tints of Dark Violet #9A06BD
RGB
CMYK
RGB Variations
Color information
#9A06BD (or 0x9A06BD) is known color: Dark Violet. HEX triplet: 9A, 06 and BD. RGB value is (154,6,189). Sum of RGB (Red+Green+Blue) = 154+6+189=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A06BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A06BD is #65F942. Grayscale: #464646. Windows color (decimal): -6682947 or 12387994. OLE color: 12387994.
HSL color Cylindrical-coordinate representation of color #9A06BD: hue angle of 288.52º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A06BD is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 6 | 189 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.26 |
| HSL | 288.52º | 0.94% | 0.38% | - |
| HSV(B) | 288.52º | 0.97% | 0.74% | - |
| XYZ | 22.58 | 10.67 | 49.01 | - |
| YUV | 71.11 | 194.53 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 189 | 0.19 | 0.97 | 0 | 0.26 | 288.52 | 0.94 | 0.38 |
| Hex | 9A | 6 | BD | 13 | 61 | 0 | 1A | 121 | 5E | 26 |
| Octal | 232 | 6 | 275 | 23 | 141 | 0 | 32 | 441 | 136 | 46 |
| Binary | 10011010 | 110 | 10111101 | 10011 | 1100001 | 0 | 11010 | 100100001 | 1011110 | 100110 |
Color Harmonies of #9A06BD
Complementary color
Monochromatic Colors of #9A06BD
Black with #9A06BD
Text Example
Text Example
White with #9A06BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A06BD; }
p { color: rgb(154,6,189); }
H1.HeaderClassName
{
color: #9A06BD;
}
.AnyTagClassName
{
color: #9A06BD;
}
</style>
background-color css
<style>
a { background-color: #9A06BD; }
a { background-color: rgb(154,6,189); }
div.DivClassName
{
background-color: #9A06BD;
}
.BgClassName
{
background-color: #9A06BD;
}
</style>
border-color css
<style>
span { border-color: #9A06BD; }
span { border-color: rgb(154,6,189); }
td.TdClassName
{
border-color: #9A06BD;
}
.TagClassName
{
border-color: #9A06BD;
}
</style>