Shades of Dark Violet #9A02B9
Tints of Dark Violet #9A02B9
RGB
CMYK
RGB Variations
Color information
#9A02B9 (or 0x9A02B9) is known color: Dark Violet. HEX triplet: 9A, 02 and B9. RGB value is (154,2,185). Sum of RGB (Red+Green+Blue) = 154+2+185=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 185 (72.66% from 255 or 54.25% from 341); Max value from RGB is 185 - color contains mainly: blue. Hex color #9A02B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A02B9 is #65FD46. Grayscale: #434343. Windows color (decimal): -6683975 or 12124826. OLE color: 12124826.
HSL color Cylindrical-coordinate representation of color #9A02B9: hue angle of 289.84º degrees, saturation: 0.98, 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 #9A02B9 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 2 | 185 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.27 |
| HSL | 289.84º | 0.98% | 0.37% | - |
| HSV(B) | 289.84º | 0.99% | 0.73% | - |
| XYZ | 22.11 | 10.42 | 46.74 | - |
| YUV | 68.31 | 193.86 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 185 | 0.17 | 0.99 | 0 | 0.27 | 289.84 | 0.98 | 0.37 |
| Hex | 9A | 2 | B9 | 11 | 63 | 0 | 1B | 122 | 62 | 25 |
| Octal | 232 | 2 | 271 | 21 | 143 | 0 | 33 | 442 | 142 | 45 |
| Binary | 10011010 | 10 | 10111001 | 10001 | 1100011 | 0 | 11011 | 100100010 | 1100010 | 100101 |
Color Harmonies of #9A02B9
Complementary color
Monochromatic Colors of #9A02B9
Black with #9A02B9
Text Example
Text Example
White with #9A02B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A02B9; }
p { color: rgb(154,2,185); }
H1.HeaderClassName
{
color: #9A02B9;
}
.AnyTagClassName
{
color: #9A02B9;
}
</style>
background-color css
<style>
a { background-color: #9A02B9; }
a { background-color: rgb(154,2,185); }
div.DivClassName
{
background-color: #9A02B9;
}
.BgClassName
{
background-color: #9A02B9;
}
</style>
border-color css
<style>
span { border-color: #9A02B9; }
span { border-color: rgb(154,2,185); }
td.TdClassName
{
border-color: #9A02B9;
}
.TagClassName
{
border-color: #9A02B9;
}
</style>