Shades of Dark Violet #9302DD
Tints of Dark Violet #9302DD
RGB
CMYK
RGB Variations
Color information
#9302DD (or 0x9302DD) is known color: Dark Violet. HEX triplet: 93, 02 and DD. RGB value is (147,2,221). Sum of RGB (Red+Green+Blue) = 147+2+221=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #9302DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9302DD is #6CFD22. Grayscale: #454545. Windows color (decimal): -7142691 or 14484115. OLE color: 14484115.
HSL color Cylindrical-coordinate representation of color #9302DD: hue angle of 279.73º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9302DD is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 2 | 221 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.13 |
| HSL | 279.73º | 0.98% | 0.44% | - |
| HSV(B) | 279.73º | 0.99% | 0.87% | - |
| XYZ | 25.11 | 11.47 | 69.3 | - |
| YUV | 70.32 | 213.04 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 221 | 0.33 | 0.99 | 0 | 0.13 | 279.73 | 0.98 | 0.44 |
| Hex | 93 | 2 | DD | 21 | 63 | 0 | D | 118 | 62 | 2C |
| Octal | 223 | 2 | 335 | 41 | 143 | 0 | 15 | 430 | 142 | 54 |
| Binary | 10010011 | 10 | 11011101 | 100001 | 1100011 | 0 | 1101 | 100011000 | 1100010 | 101100 |
Color Harmonies of #9302DD
Complementary color
Monochromatic Colors of #9302DD
Black with #9302DD
Text Example
Text Example
White with #9302DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9302DD; }
p { color: rgb(147,2,221); }
H1.HeaderClassName
{
color: #9302DD;
}
.AnyTagClassName
{
color: #9302DD;
}
</style>
background-color css
<style>
a { background-color: #9302DD; }
a { background-color: rgb(147,2,221); }
div.DivClassName
{
background-color: #9302DD;
}
.BgClassName
{
background-color: #9302DD;
}
</style>
border-color css
<style>
span { border-color: #9302DD; }
span { border-color: rgb(147,2,221); }
td.TdClassName
{
border-color: #9302DD;
}
.TagClassName
{
border-color: #9302DD;
}
</style>