Shades of Dark Violet #9A02F2
Tints of Dark Violet #9A02F2
RGB
CMYK
RGB Variations
Color information
#9A02F2 (or 0x9A02F2) is known color: Dark Violet. HEX triplet: 9A, 02 and F2. RGB value is (154,2,242). Sum of RGB (Red+Green+Blue) = 154+2+242=398 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.69% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 242 (94.92% from 255 or 60.80% from 398); Max value from RGB is 242 - color contains mainly: blue. Hex color #9A02F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A02F2 is #65FD0D. Grayscale: #4A4A4A. Windows color (decimal): -6683918 or 15860378. OLE color: 15860378.
HSL color Cylindrical-coordinate representation of color #9A02F2: hue angle of 278º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A02F2 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 2 | 242 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.05 |
| HSL | 278º | 0.98% | 0.48% | - |
| HSV(B) | 278º | 0.99% | 0.95% | - |
| XYZ | 29.38 | 13.32 | 85.03 | - |
| YUV | 74.81 | 222.36 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 242 | 0.36 | 0.99 | 0 | 0.05 | 278 | 0.98 | 0.48 |
| Hex | 9A | 2 | F2 | 24 | 63 | 0 | 5 | 116 | 62 | 30 |
| Octal | 232 | 2 | 362 | 44 | 143 | 0 | 5 | 426 | 142 | 60 |
| Binary | 10011010 | 10 | 11110010 | 100100 | 1100011 | 0 | 101 | 100010110 | 1100010 | 110000 |
Color Harmonies of #9A02F2
Complementary color
Monochromatic Colors of #9A02F2
Black with #9A02F2
Text Example
Text Example
White with #9A02F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A02F2; }
p { color: rgb(154,2,242); }
H1.HeaderClassName
{
color: #9A02F2;
}
.AnyTagClassName
{
color: #9A02F2;
}
</style>
background-color css
<style>
a { background-color: #9A02F2; }
a { background-color: rgb(154,2,242); }
div.DivClassName
{
background-color: #9A02F2;
}
.BgClassName
{
background-color: #9A02F2;
}
</style>
border-color css
<style>
span { border-color: #9A02F2; }
span { border-color: rgb(154,2,242); }
td.TdClassName
{
border-color: #9A02F2;
}
.TagClassName
{
border-color: #9A02F2;
}
</style>