Shades of Dark Violet #9503CC
Tints of Dark Violet #9503CC
RGB
CMYK
RGB Variations
Color information
#9503CC (or 0x9503CC) is known color: Dark Violet. HEX triplet: 95, 03 and CC. RGB value is (149,3,204). Sum of RGB (Red+Green+Blue) = 149+3+204=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #9503CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503CC is #6AFC33. Grayscale: #444444. Windows color (decimal): -7011380 or 13370261. OLE color: 13370261.
HSL color Cylindrical-coordinate representation of color #9503CC: hue angle of 283.58º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9503CC is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 3 | 204 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.2 |
| HSL | 283.58º | 0.97% | 0.41% | - |
| HSV(B) | 283.58º | 0.99% | 0.8% | - |
| XYZ | 23.33 | 10.81 | 57.98 | - |
| YUV | 69.57 | 203.87 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 204 | 0.27 | 0.99 | 0 | 0.2 | 283.58 | 0.97 | 0.41 |
| Hex | 95 | 3 | CC | 1B | 63 | 0 | 14 | 11C | 61 | 29 |
| Octal | 225 | 3 | 314 | 33 | 143 | 0 | 24 | 434 | 141 | 51 |
| Binary | 10010101 | 11 | 11001100 | 11011 | 1100011 | 0 | 10100 | 100011100 | 1100001 | 101001 |
Color Harmonies of #9503CC
Complementary color
Monochromatic Colors of #9503CC
Black with #9503CC
Text Example
Text Example
White with #9503CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9503CC; }
p { color: rgb(149,3,204); }
H1.HeaderClassName
{
color: #9503CC;
}
.AnyTagClassName
{
color: #9503CC;
}
</style>
background-color css
<style>
a { background-color: #9503CC; }
a { background-color: rgb(149,3,204); }
div.DivClassName
{
background-color: #9503CC;
}
.BgClassName
{
background-color: #9503CC;
}
</style>
border-color css
<style>
span { border-color: #9503CC; }
span { border-color: rgb(149,3,204); }
td.TdClassName
{
border-color: #9503CC;
}
.TagClassName
{
border-color: #9503CC;
}
</style>