Shades of Dark Violet #9503CE
Tints of Dark Violet #9503CE
RGB
CMYK
RGB Variations
Color information
#9503CE (or 0x9503CE) is known color: Dark Violet. HEX triplet: 95, 03 and CE. RGB value is (149,3,206). Sum of RGB (Red+Green+Blue) = 149+3+206=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #9503CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503CE is #6AFC31. Grayscale: #454545. Windows color (decimal): -7011378 or 13501333. OLE color: 13501333.
HSL color Cylindrical-coordinate representation of color #9503CE: hue angle of 283.15º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9503CE is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 3 | 206 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.19 |
| HSL | 283.15º | 0.97% | 0.41% | - |
| HSV(B) | 283.15º | 0.99% | 0.81% | - |
| XYZ | 23.57 | 10.91 | 59.26 | - |
| YUV | 69.8 | 204.87 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 206 | 0.28 | 0.99 | 0 | 0.19 | 283.15 | 0.97 | 0.41 |
| Hex | 95 | 3 | CE | 1C | 63 | 0 | 13 | 11B | 61 | 29 |
| Octal | 225 | 3 | 316 | 34 | 143 | 0 | 23 | 433 | 141 | 51 |
| Binary | 10010101 | 11 | 11001110 | 11100 | 1100011 | 0 | 10011 | 100011011 | 1100001 | 101001 |
Color Harmonies of #9503CE
Complementary color
Monochromatic Colors of #9503CE
Black with #9503CE
Text Example
Text Example
White with #9503CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9503CE; }
p { color: rgb(149,3,206); }
H1.HeaderClassName
{
color: #9503CE;
}
.AnyTagClassName
{
color: #9503CE;
}
</style>
background-color css
<style>
a { background-color: #9503CE; }
a { background-color: rgb(149,3,206); }
div.DivClassName
{
background-color: #9503CE;
}
.BgClassName
{
background-color: #9503CE;
}
</style>
border-color css
<style>
span { border-color: #9503CE; }
span { border-color: rgb(149,3,206); }
td.TdClassName
{
border-color: #9503CE;
}
.TagClassName
{
border-color: #9503CE;
}
</style>