Shades of Dark Violet #9A02BA
Tints of Dark Violet #9A02BA
RGB
CMYK
RGB Variations
Color information
#9A02BA (or 0x9A02BA) is known color: Dark Violet. HEX triplet: 9A, 02 and BA. RGB value is (154,2,186). Sum of RGB (Red+Green+Blue) = 154+2+186=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A02BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A02BA is #65FD45. Grayscale: #434343. Windows color (decimal): -6683974 or 12190362. OLE color: 12190362.
HSL color Cylindrical-coordinate representation of color #9A02BA: hue angle of 289.57º 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 #9A02BA is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 2 | 186 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.27 |
| HSL | 289.57º | 0.98% | 0.37% | - |
| HSV(B) | 289.57º | 0.99% | 0.73% | - |
| XYZ | 22.21 | 10.46 | 47.3 | - |
| YUV | 68.42 | 194.36 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 186 | 0.17 | 0.99 | 0 | 0.27 | 289.57 | 0.98 | 0.37 |
| Hex | 9A | 2 | BA | 11 | 63 | 0 | 1B | 122 | 62 | 25 |
| Octal | 232 | 2 | 272 | 21 | 143 | 0 | 33 | 442 | 142 | 45 |
| Binary | 10011010 | 10 | 10111010 | 10001 | 1100011 | 0 | 11011 | 100100010 | 1100010 | 100101 |
Color Harmonies of #9A02BA
Complementary color
Monochromatic Colors of #9A02BA
Black with #9A02BA
Text Example
Text Example
White with #9A02BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A02BA; }
p { color: rgb(154,2,186); }
H1.HeaderClassName
{
color: #9A02BA;
}
.AnyTagClassName
{
color: #9A02BA;
}
</style>
background-color css
<style>
a { background-color: #9A02BA; }
a { background-color: rgb(154,2,186); }
div.DivClassName
{
background-color: #9A02BA;
}
.BgClassName
{
background-color: #9A02BA;
}
</style>
border-color css
<style>
span { border-color: #9A02BA; }
span { border-color: rgb(154,2,186); }
td.TdClassName
{
border-color: #9A02BA;
}
.TagClassName
{
border-color: #9A02BA;
}
</style>