Shades of Dark Violet #9502D7
Tints of Dark Violet #9502D7
RGB
CMYK
RGB Variations
Color information
#9502D7 (or 0x9502D7) is known color: Dark Violet. HEX triplet: 95, 02 and D7. RGB value is (149,2,215). Sum of RGB (Red+Green+Blue) = 149+2+215=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 215 (84.38% from 255 or 58.74% from 366); Max value from RGB is 215 - color contains mainly: blue. Hex color #9502D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9502D7 is #6AFD28. Grayscale: #454545. Windows color (decimal): -7011625 or 14090901. OLE color: 14090901.
HSL color Cylindrical-coordinate representation of color #9502D7: hue angle of 281.41º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502D7 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 2 | 215 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.16 |
| HSL | 281.41º | 0.98% | 0.43% | - |
| HSV(B) | 281.41º | 0.99% | 0.84% | - |
| XYZ | 24.68 | 11.34 | 65.18 | - |
| YUV | 70.24 | 209.7 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 215 | 0.31 | 0.99 | 0 | 0.16 | 281.41 | 0.98 | 0.43 |
| Hex | 95 | 2 | D7 | 1F | 63 | 0 | 10 | 119 | 62 | 2B |
| Octal | 225 | 2 | 327 | 37 | 143 | 0 | 20 | 431 | 142 | 53 |
| Binary | 10010101 | 10 | 11010111 | 11111 | 1100011 | 0 | 10000 | 100011001 | 1100010 | 101011 |
Color Harmonies of #9502D7
Complementary color
Monochromatic Colors of #9502D7
Black with #9502D7
Text Example
Text Example
White with #9502D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9502D7; }
p { color: rgb(149,2,215); }
H1.HeaderClassName
{
color: #9502D7;
}
.AnyTagClassName
{
color: #9502D7;
}
</style>
background-color css
<style>
a { background-color: #9502D7; }
a { background-color: rgb(149,2,215); }
div.DivClassName
{
background-color: #9502D7;
}
.BgClassName
{
background-color: #9502D7;
}
</style>
border-color css
<style>
span { border-color: #9502D7; }
span { border-color: rgb(149,2,215); }
td.TdClassName
{
border-color: #9502D7;
}
.TagClassName
{
border-color: #9502D7;
}
</style>