Shades of Dark Violet #9A00BB
Tints of Dark Violet #9A00BB
RGB
CMYK
RGB Variations
Color information
#9A00BB (or 0x9A00BB) is known color: Dark Violet. HEX triplet: 9A, 00 and BB. RGB value is (154,0,187). Sum of RGB (Red+Green+Blue) = 154+0+187=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A00BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A00BB is #65FF44. Grayscale: #424242. Windows color (decimal): -6684485 or 12255386. OLE color: 12255386.
HSL color Cylindrical-coordinate representation of color #9A00BB: hue angle of 289.41º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00BB is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 0 | 187 | - |
| CMYK | 0.18 | 1 | 0 | 0.27 |
| HSL | 289.41º | 1% | 0.37% | - |
| HSV(B) | 289.41º | 1% | 0.73% | - |
| XYZ | 22.3 | 10.46 | 47.86 | - |
| YUV | 67.36 | 195.52 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 187 | 0.18 | 1 | 0 | 0.27 | 289.41 | 1 | 0.37 |
| Hex | 9A | 0 | BB | 12 | 64 | 0 | 1B | 121 | 64 | 25 |
| Octal | 232 | 0 | 273 | 22 | 144 | 0 | 33 | 441 | 144 | 45 |
| Binary | 10011010 | 0 | 10111011 | 10010 | 1100100 | 0 | 11011 | 100100001 | 1100100 | 100101 |
Color Harmonies of #9A00BB
Complementary color
Monochromatic Colors of #9A00BB
Black with #9A00BB
Text Example
Text Example
White with #9A00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A00BB; }
p { color: rgb(154,0,187); }
H1.HeaderClassName
{
color: #9A00BB;
}
.AnyTagClassName
{
color: #9A00BB;
}
</style>
background-color css
<style>
a { background-color: #9A00BB; }
a { background-color: rgb(154,0,187); }
div.DivClassName
{
background-color: #9A00BB;
}
.BgClassName
{
background-color: #9A00BB;
}
</style>
border-color css
<style>
span { border-color: #9A00BB; }
span { border-color: rgb(154,0,187); }
td.TdClassName
{
border-color: #9A00BB;
}
.TagClassName
{
border-color: #9A00BB;
}
</style>