Shades of Dark Violet #9A01BB
Tints of Dark Violet #9A01BB
RGB
CMYK
RGB Variations
Color information
#9A01BB (or 0x9A01BB) is known color: Dark Violet. HEX triplet: 9A, 01 and BB. RGB value is (154,1,187). Sum of RGB (Red+Green+Blue) = 154+1+187=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A01BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A01BB is #65FE44. Grayscale: #434343. Windows color (decimal): -6684229 or 12255642. OLE color: 12255642.
HSL color Cylindrical-coordinate representation of color #9A01BB: hue angle of 289.35º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A01BB is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 1 | 187 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.27 |
| HSL | 289.35º | 0.99% | 0.37% | - |
| HSV(B) | 289.35º | 0.99% | 0.73% | - |
| XYZ | 22.31 | 10.48 | 47.86 | - |
| YUV | 67.95 | 195.19 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 187 | 0.18 | 0.99 | 0 | 0.27 | 289.35 | 0.99 | 0.37 |
| Hex | 9A | 1 | BB | 12 | 63 | 0 | 1B | 121 | 63 | 25 |
| Octal | 232 | 1 | 273 | 22 | 143 | 0 | 33 | 441 | 143 | 45 |
| Binary | 10011010 | 1 | 10111011 | 10010 | 1100011 | 0 | 11011 | 100100001 | 1100011 | 100101 |
Color Harmonies of #9A01BB
Complementary color
Monochromatic Colors of #9A01BB
Black with #9A01BB
Text Example
Text Example
White with #9A01BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A01BB; }
p { color: rgb(154,1,187); }
H1.HeaderClassName
{
color: #9A01BB;
}
.AnyTagClassName
{
color: #9A01BB;
}
</style>
background-color css
<style>
a { background-color: #9A01BB; }
a { background-color: rgb(154,1,187); }
div.DivClassName
{
background-color: #9A01BB;
}
.BgClassName
{
background-color: #9A01BB;
}
</style>
border-color css
<style>
span { border-color: #9A01BB; }
span { border-color: rgb(154,1,187); }
td.TdClassName
{
border-color: #9A01BB;
}
.TagClassName
{
border-color: #9A01BB;
}
</style>