Shades of Dark Violet #9603C2
Tints of Dark Violet #9603C2
RGB
CMYK
RGB Variations
Color information
#9603C2 (or 0x9603C2) is known color: Dark Violet. HEX triplet: 96, 03 and C2. RGB value is (150,3,194). Sum of RGB (Red+Green+Blue) = 150+3+194=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 194 (76.17% from 255 or 55.91% from 347); Max value from RGB is 194 - color contains mainly: blue. Hex color #9603C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9603C2 is #69FC3D. Grayscale: #444444. Windows color (decimal): -6945854 or 12714902. OLE color: 12714902.
HSL color Cylindrical-coordinate representation of color #9603C2: hue angle of 286.18º 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 #9603C2 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 3 | 194 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.24 |
| HSL | 286.18º | 0.97% | 0.39% | - |
| HSV(B) | 286.18º | 0.98% | 0.76% | - |
| XYZ | 22.35 | 10.44 | 51.88 | - |
| YUV | 68.73 | 198.7 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 194 | 0.23 | 0.98 | 0 | 0.24 | 286.18 | 0.97 | 0.39 |
| Hex | 96 | 3 | C2 | 17 | 62 | 0 | 18 | 11E | 61 | 27 |
| Octal | 226 | 3 | 302 | 27 | 142 | 0 | 30 | 436 | 141 | 47 |
| Binary | 10010110 | 11 | 11000010 | 10111 | 1100010 | 0 | 11000 | 100011110 | 1100001 | 100111 |
Color Harmonies of #9603C2
Complementary color
Monochromatic Colors of #9603C2
Black with #9603C2
Text Example
Text Example
White with #9603C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9603C2; }
p { color: rgb(150,3,194); }
H1.HeaderClassName
{
color: #9603C2;
}
.AnyTagClassName
{
color: #9603C2;
}
</style>
background-color css
<style>
a { background-color: #9603C2; }
a { background-color: rgb(150,3,194); }
div.DivClassName
{
background-color: #9603C2;
}
.BgClassName
{
background-color: #9603C2;
}
</style>
border-color css
<style>
span { border-color: #9603C2; }
span { border-color: rgb(150,3,194); }
td.TdClassName
{
border-color: #9603C2;
}
.TagClassName
{
border-color: #9603C2;
}
</style>