Shades of Dark Violet #9A02E7
Tints of Dark Violet #9A02E7
RGB
CMYK
RGB Variations
Color information
#9A02E7 (or 0x9A02E7) is known color: Dark Violet. HEX triplet: 9A, 02 and E7. RGB value is (154,2,231). Sum of RGB (Red+Green+Blue) = 154+2+231=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 231 (90.62% from 255 or 59.69% from 387); Max value from RGB is 231 - color contains mainly: blue. Hex color #9A02E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A02E7 is #65FD18. Grayscale: #484848. Windows color (decimal): -6683929 or 15139482. OLE color: 15139482.
HSL color Cylindrical-coordinate representation of color #9A02E7: hue angle of 279.83º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A02E7 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 2 | 231 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.09 |
| HSL | 279.83º | 0.98% | 0.46% | - |
| HSV(B) | 279.83º | 0.99% | 0.91% | - |
| XYZ | 27.77 | 12.68 | 76.59 | - |
| YUV | 73.55 | 216.86 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 231 | 0.33 | 0.99 | 0 | 0.09 | 279.83 | 0.98 | 0.46 |
| Hex | 9A | 2 | E7 | 21 | 63 | 0 | 9 | 118 | 62 | 2E |
| Octal | 232 | 2 | 347 | 41 | 143 | 0 | 11 | 430 | 142 | 56 |
| Binary | 10011010 | 10 | 11100111 | 100001 | 1100011 | 0 | 1001 | 100011000 | 1100010 | 101110 |
Color Harmonies of #9A02E7
Complementary color
Monochromatic Colors of #9A02E7
Black with #9A02E7
Text Example
Text Example
White with #9A02E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A02E7; }
p { color: rgb(154,2,231); }
H1.HeaderClassName
{
color: #9A02E7;
}
.AnyTagClassName
{
color: #9A02E7;
}
</style>
background-color css
<style>
a { background-color: #9A02E7; }
a { background-color: rgb(154,2,231); }
div.DivClassName
{
background-color: #9A02E7;
}
.BgClassName
{
background-color: #9A02E7;
}
</style>
border-color css
<style>
span { border-color: #9A02E7; }
span { border-color: rgb(154,2,231); }
td.TdClassName
{
border-color: #9A02E7;
}
.TagClassName
{
border-color: #9A02E7;
}
</style>