Shades of Dark Violet #9D02AF
Tints of Dark Violet #9D02AF
RGB
CMYK
RGB Variations
Color information
#9D02AF (or 0x9D02AF) is known color: Dark Violet. HEX triplet: 9D, 02 and AF. RGB value is (157,2,175). Sum of RGB (Red+Green+Blue) = 157+2+175=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D02AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D02AF is #62FD50. Grayscale: #434343. Windows color (decimal): -6487377 or 11469469. OLE color: 11469469.
HSL color Cylindrical-coordinate representation of color #9D02AF: hue angle of 293.76º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D02AF is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 2 | 175 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.31 |
| HSL | 293.76º | 0.98% | 0.35% | - |
| HSV(B) | 293.76º | 0.99% | 0.69% | - |
| XYZ | 21.66 | 10.31 | 41.4 | - |
| YUV | 68.07 | 188.35 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 175 | 0.10 | 0.99 | 0 | 0.31 | 293.76 | 0.98 | 0.35 |
| Hex | 9D | 2 | AF | A | 63 | 0 | 1F | 126 | 62 | 23 |
| Octal | 235 | 2 | 257 | 12 | 143 | 0 | 37 | 446 | 142 | 43 |
| Binary | 10011101 | 10 | 10101111 | 1010 | 1100011 | 0 | 11111 | 100100110 | 1100010 | 100011 |
Color Harmonies of #9D02AF
Complementary color
Monochromatic Colors of #9D02AF
Black with #9D02AF
Text Example
Text Example
White with #9D02AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D02AF; }
p { color: rgb(157,2,175); }
H1.HeaderClassName
{
color: #9D02AF;
}
.AnyTagClassName
{
color: #9D02AF;
}
</style>
background-color css
<style>
a { background-color: #9D02AF; }
a { background-color: rgb(157,2,175); }
div.DivClassName
{
background-color: #9D02AF;
}
.BgClassName
{
background-color: #9D02AF;
}
</style>
border-color css
<style>
span { border-color: #9D02AF; }
span { border-color: rgb(157,2,175); }
td.TdClassName
{
border-color: #9D02AF;
}
.TagClassName
{
border-color: #9D02AF;
}
</style>