Shades of Dark Violet #9A02BE
Tints of Dark Violet #9A02BE
RGB
CMYK
RGB Variations
Color information
#9A02BE (or 0x9A02BE) is known color: Dark Violet. HEX triplet: 9A, 02 and BE. RGB value is (154,2,190). Sum of RGB (Red+Green+Blue) = 154+2+190=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A02BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A02BE is #65FD41. Grayscale: #444444. Windows color (decimal): -6683970 or 12452506. OLE color: 12452506.
HSL color Cylindrical-coordinate representation of color #9A02BE: hue angle of 288.51º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A02BE is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 2 | 190 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.25 |
| HSL | 288.51º | 0.98% | 0.38% | - |
| HSV(B) | 288.51º | 0.99% | 0.75% | - |
| XYZ | 22.64 | 10.63 | 49.57 | - |
| YUV | 68.88 | 196.36 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 190 | 0.19 | 0.99 | 0 | 0.25 | 288.51 | 0.98 | 0.38 |
| Hex | 9A | 2 | BE | 13 | 63 | 0 | 19 | 121 | 62 | 26 |
| Octal | 232 | 2 | 276 | 23 | 143 | 0 | 31 | 441 | 142 | 46 |
| Binary | 10011010 | 10 | 10111110 | 10011 | 1100011 | 0 | 11001 | 100100001 | 1100010 | 100110 |
Color Harmonies of #9A02BE
Complementary color
Monochromatic Colors of #9A02BE
Black with #9A02BE
Text Example
Text Example
White with #9A02BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A02BE; }
p { color: rgb(154,2,190); }
H1.HeaderClassName
{
color: #9A02BE;
}
.AnyTagClassName
{
color: #9A02BE;
}
</style>
background-color css
<style>
a { background-color: #9A02BE; }
a { background-color: rgb(154,2,190); }
div.DivClassName
{
background-color: #9A02BE;
}
.BgClassName
{
background-color: #9A02BE;
}
</style>
border-color css
<style>
span { border-color: #9A02BE; }
span { border-color: rgb(154,2,190); }
td.TdClassName
{
border-color: #9A02BE;
}
.TagClassName
{
border-color: #9A02BE;
}
</style>