Shades of Dark Violet #9502D3
Tints of Dark Violet #9502D3
RGB
CMYK
RGB Variations
Color information
#9502D3 (or 0x9502D3) is known color: Dark Violet. HEX triplet: 95, 02 and D3. RGB value is (149,2,211). Sum of RGB (Red+Green+Blue) = 149+2+211=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 211 (82.81% from 255 or 58.29% from 362); Max value from RGB is 211 - color contains mainly: blue. Hex color #9502D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9502D3 is #6AFD2C. Grayscale: #454545. Windows color (decimal): -7011629 or 13828757. OLE color: 13828757.
HSL color Cylindrical-coordinate representation of color #9502D3: hue angle of 282.2º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502D3 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 2 | 211 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.17 |
| HSL | 282.2º | 0.98% | 0.42% | - |
| HSV(B) | 282.2º | 0.99% | 0.83% | - |
| XYZ | 24.17 | 11.14 | 62.5 | - |
| YUV | 69.78 | 207.7 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 211 | 0.29 | 0.99 | 0 | 0.17 | 282.2 | 0.98 | 0.42 |
| Hex | 95 | 2 | D3 | 1D | 63 | 0 | 11 | 11A | 62 | 2A |
| Octal | 225 | 2 | 323 | 35 | 143 | 0 | 21 | 432 | 142 | 52 |
| Binary | 10010101 | 10 | 11010011 | 11101 | 1100011 | 0 | 10001 | 100011010 | 1100010 | 101010 |
Color Harmonies of #9502D3
Complementary color
Monochromatic Colors of #9502D3
Black with #9502D3
Text Example
Text Example
White with #9502D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9502D3; }
p { color: rgb(149,2,211); }
H1.HeaderClassName
{
color: #9502D3;
}
.AnyTagClassName
{
color: #9502D3;
}
</style>
background-color css
<style>
a { background-color: #9502D3; }
a { background-color: rgb(149,2,211); }
div.DivClassName
{
background-color: #9502D3;
}
.BgClassName
{
background-color: #9502D3;
}
</style>
border-color css
<style>
span { border-color: #9502D3; }
span { border-color: rgb(149,2,211); }
td.TdClassName
{
border-color: #9502D3;
}
.TagClassName
{
border-color: #9502D3;
}
</style>