Shades of Dark Violet #9502D6
Tints of Dark Violet #9502D6
RGB
CMYK
RGB Variations
Color information
#9502D6 (or 0x9502D6) is known color: Dark Violet. HEX triplet: 95, 02 and D6. RGB value is (149,2,214). Sum of RGB (Red+Green+Blue) = 149+2+214=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 214 (83.98% from 255 or 58.63% from 365); Max value from RGB is 214 - color contains mainly: blue. Hex color #9502D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9502D6 is #6AFD29. Grayscale: #454545. Windows color (decimal): -7011626 or 14025365. OLE color: 14025365.
HSL color Cylindrical-coordinate representation of color #9502D6: hue angle of 281.6º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502D6 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 2 | 214 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.16 |
| HSL | 281.6º | 0.98% | 0.42% | - |
| HSV(B) | 281.6º | 0.99% | 0.84% | - |
| XYZ | 24.55 | 11.29 | 64.5 | - |
| YUV | 70.12 | 209.2 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 214 | 0.30 | 0.99 | 0 | 0.16 | 281.6 | 0.98 | 0.42 |
| Hex | 95 | 2 | D6 | 1E | 63 | 0 | 10 | 11A | 62 | 2A |
| Octal | 225 | 2 | 326 | 36 | 143 | 0 | 20 | 432 | 142 | 52 |
| Binary | 10010101 | 10 | 11010110 | 11110 | 1100011 | 0 | 10000 | 100011010 | 1100010 | 101010 |
Color Harmonies of #9502D6
Complementary color
Monochromatic Colors of #9502D6
Black with #9502D6
Text Example
Text Example
White with #9502D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9502D6; }
p { color: rgb(149,2,214); }
H1.HeaderClassName
{
color: #9502D6;
}
.AnyTagClassName
{
color: #9502D6;
}
</style>
background-color css
<style>
a { background-color: #9502D6; }
a { background-color: rgb(149,2,214); }
div.DivClassName
{
background-color: #9502D6;
}
.BgClassName
{
background-color: #9502D6;
}
</style>
border-color css
<style>
span { border-color: #9502D6; }
span { border-color: rgb(149,2,214); }
td.TdClassName
{
border-color: #9502D6;
}
.TagClassName
{
border-color: #9502D6;
}
</style>