Shades of Dark Violet #950CCC
Tints of Dark Violet #950CCC
RGB
CMYK
RGB Variations
Color information
#950CCC (or 0x950CCC) is known color: Dark Violet. HEX triplet: 95, 0C and CC. RGB value is (149,12,204). Sum of RGB (Red+Green+Blue) = 149+12+204=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #950CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950CCC is #6AF333. Grayscale: #4A4A4A. Windows color (decimal): -7009076 or 13372565. OLE color: 13372565.
HSL color Cylindrical-coordinate representation of color #950CCC: hue angle of 282.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950CCC is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 12 | 204 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.2 |
| HSL | 282.81º | 0.89% | 0.42% | - |
| HSV(B) | 282.81º | 0.94% | 0.8% | - |
| XYZ | 23.42 | 11.01 | 58.02 | - |
| YUV | 74.85 | 200.89 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 204 | 0.27 | 0.94 | 0 | 0.2 | 282.81 | 0.89 | 0.42 |
| Hex | 95 | C | CC | 1B | 5E | 0 | 14 | 11B | 59 | 2A |
| Octal | 225 | 14 | 314 | 33 | 136 | 0 | 24 | 433 | 131 | 52 |
| Binary | 10010101 | 1100 | 11001100 | 11011 | 1011110 | 0 | 10100 | 100011011 | 1011001 | 101010 |
Color Harmonies of #950CCC
Complementary color
Monochromatic Colors of #950CCC
Black with #950CCC
Text Example
Text Example
White with #950CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950CCC; }
p { color: rgb(149,12,204); }
H1.HeaderClassName
{
color: #950CCC;
}
.AnyTagClassName
{
color: #950CCC;
}
</style>
background-color css
<style>
a { background-color: #950CCC; }
a { background-color: rgb(149,12,204); }
div.DivClassName
{
background-color: #950CCC;
}
.BgClassName
{
background-color: #950CCC;
}
</style>
border-color css
<style>
span { border-color: #950CCC; }
span { border-color: rgb(149,12,204); }
td.TdClassName
{
border-color: #950CCC;
}
.TagClassName
{
border-color: #950CCC;
}
</style>