Shades of Dark Violet #9503C2
Tints of Dark Violet #9503C2
RGB
CMYK
RGB Variations
Color information
#9503C2 (or 0x9503C2) is known color: Dark Violet. HEX triplet: 95, 03 and C2. RGB value is (149,3,194). Sum of RGB (Red+Green+Blue) = 149+3+194=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 194 (76.17% from 255 or 56.07% from 346); Max value from RGB is 194 - color contains mainly: blue. Hex color #9503C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503C2 is #6AFC3D. Grayscale: #434343. Windows color (decimal): -7011390 or 12714901. OLE color: 12714901.
HSL color Cylindrical-coordinate representation of color #9503C2: hue angle of 285.86º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9503C2 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 3 | 194 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.24 |
| HSL | 285.86º | 0.97% | 0.39% | - |
| HSV(B) | 285.86º | 0.98% | 0.76% | - |
| XYZ | 22.16 | 10.35 | 51.87 | - |
| YUV | 68.43 | 198.87 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 194 | 0.23 | 0.98 | 0 | 0.24 | 285.86 | 0.97 | 0.39 |
| Hex | 95 | 3 | C2 | 17 | 62 | 0 | 18 | 11E | 61 | 27 |
| Octal | 225 | 3 | 302 | 27 | 142 | 0 | 30 | 436 | 141 | 47 |
| Binary | 10010101 | 11 | 11000010 | 10111 | 1100010 | 0 | 11000 | 100011110 | 1100001 | 100111 |
Color Harmonies of #9503C2
Complementary color
Monochromatic Colors of #9503C2
Black with #9503C2
Text Example
Text Example
White with #9503C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9503C2; }
p { color: rgb(149,3,194); }
H1.HeaderClassName
{
color: #9503C2;
}
.AnyTagClassName
{
color: #9503C2;
}
</style>
background-color css
<style>
a { background-color: #9503C2; }
a { background-color: rgb(149,3,194); }
div.DivClassName
{
background-color: #9503C2;
}
.BgClassName
{
background-color: #9503C2;
}
</style>
border-color css
<style>
span { border-color: #9503C2; }
span { border-color: rgb(149,3,194); }
td.TdClassName
{
border-color: #9503C2;
}
.TagClassName
{
border-color: #9503C2;
}
</style>