Shades of Dark Violet #9502DC
Tints of Dark Violet #9502DC
RGB
CMYK
RGB Variations
Color information
#9502DC (or 0x9502DC) is known color: Dark Violet. HEX triplet: 95, 02 and DC. RGB value is (149,2,220). Sum of RGB (Red+Green+Blue) = 149+2+220=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #9502DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9502DC is #6AFD23. Grayscale: #464646. Windows color (decimal): -7011620 or 14418581. OLE color: 14418581.
HSL color Cylindrical-coordinate representation of color #9502DC: hue angle of 280.46º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502DC is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 2 | 220 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.14 |
| HSL | 280.46º | 0.98% | 0.44% | - |
| HSV(B) | 280.46º | 0.99% | 0.86% | - |
| XYZ | 25.33 | 11.6 | 68.61 | - |
| YUV | 70.81 | 212.2 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 220 | 0.32 | 0.99 | 0 | 0.14 | 280.46 | 0.98 | 0.44 |
| Hex | 95 | 2 | DC | 20 | 63 | 0 | E | 118 | 62 | 2C |
| Octal | 225 | 2 | 334 | 40 | 143 | 0 | 16 | 430 | 142 | 54 |
| Binary | 10010101 | 10 | 11011100 | 100000 | 1100011 | 0 | 1110 | 100011000 | 1100010 | 101100 |
Color Harmonies of #9502DC
Complementary color
Monochromatic Colors of #9502DC
Black with #9502DC
Text Example
Text Example
White with #9502DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9502DC; }
p { color: rgb(149,2,220); }
H1.HeaderClassName
{
color: #9502DC;
}
.AnyTagClassName
{
color: #9502DC;
}
</style>
background-color css
<style>
a { background-color: #9502DC; }
a { background-color: rgb(149,2,220); }
div.DivClassName
{
background-color: #9502DC;
}
.BgClassName
{
background-color: #9502DC;
}
</style>
border-color css
<style>
span { border-color: #9502DC; }
span { border-color: rgb(149,2,220); }
td.TdClassName
{
border-color: #9502DC;
}
.TagClassName
{
border-color: #9502DC;
}
</style>