Shades of Dark Violet #9602C3
Tints of Dark Violet #9602C3
RGB
CMYK
RGB Variations
Color information
#9602C3 (or 0x9602C3) is known color: Dark Violet. HEX triplet: 96, 02 and C3. RGB value is (150,2,195). Sum of RGB (Red+Green+Blue) = 150+2+195=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 195 (76.56% from 255 or 56.20% from 347); Max value from RGB is 195 - color contains mainly: blue. Hex color #9602C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9602C3 is #69FD3C. Grayscale: #434343. Windows color (decimal): -6946109 or 12780182. OLE color: 12780182.
HSL color Cylindrical-coordinate representation of color #9602C3: hue angle of 286.01º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9602C3 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 2 | 195 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.24 |
| HSL | 286.01º | 0.98% | 0.39% | - |
| HSV(B) | 286.01º | 0.99% | 0.76% | - |
| XYZ | 22.45 | 10.47 | 52.47 | - |
| YUV | 68.25 | 199.53 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 195 | 0.23 | 0.99 | 0 | 0.24 | 286.01 | 0.98 | 0.39 |
| Hex | 96 | 2 | C3 | 17 | 63 | 0 | 18 | 11E | 62 | 27 |
| Octal | 226 | 2 | 303 | 27 | 143 | 0 | 30 | 436 | 142 | 47 |
| Binary | 10010110 | 10 | 11000011 | 10111 | 1100011 | 0 | 11000 | 100011110 | 1100010 | 100111 |
Color Harmonies of #9602C3
Complementary color
Monochromatic Colors of #9602C3
Black with #9602C3
Text Example
Text Example
White with #9602C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9602C3; }
p { color: rgb(150,2,195); }
H1.HeaderClassName
{
color: #9602C3;
}
.AnyTagClassName
{
color: #9602C3;
}
</style>
background-color css
<style>
a { background-color: #9602C3; }
a { background-color: rgb(150,2,195); }
div.DivClassName
{
background-color: #9602C3;
}
.BgClassName
{
background-color: #9602C3;
}
</style>
border-color css
<style>
span { border-color: #9602C3; }
span { border-color: rgb(150,2,195); }
td.TdClassName
{
border-color: #9602C3;
}
.TagClassName
{
border-color: #9602C3;
}
</style>