Shades of Dark Violet #950CCD
Tints of Dark Violet #950CCD
RGB
CMYK
RGB Variations
Color information
#950CCD (or 0x950CCD) is known color: Dark Violet. HEX triplet: 95, 0C and CD. RGB value is (149,12,205). Sum of RGB (Red+Green+Blue) = 149+12+205=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #950CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950CCD is #6AF332. Grayscale: #4A4A4A. Windows color (decimal): -7009075 or 13438101. OLE color: 13438101.
HSL color Cylindrical-coordinate representation of color #950CCD: hue angle of 282.59º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950CCD is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 12 | 205 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.20 |
| HSL | 282.59º | 0.89% | 0.43% | - |
| HSV(B) | 282.59º | 0.94% | 0.8% | - |
| XYZ | 23.55 | 11.06 | 58.65 | - |
| YUV | 74.97 | 201.39 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 205 | 0.27 | 0.94 | 0 | 0.20 | 282.59 | 0.89 | 0.43 |
| Hex | 95 | C | CD | 1B | 5E | 0 | 14 | 11B | 59 | 2B |
| Octal | 225 | 14 | 315 | 33 | 136 | 0 | 24 | 433 | 131 | 53 |
| Binary | 10010101 | 1100 | 11001101 | 11011 | 1011110 | 0 | 10100 | 100011011 | 1011001 | 101011 |
Color Harmonies of #950CCD
Complementary color
Monochromatic Colors of #950CCD
Black with #950CCD
Text Example
Text Example
White with #950CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950CCD; }
p { color: rgb(149,12,205); }
H1.HeaderClassName
{
color: #950CCD;
}
.AnyTagClassName
{
color: #950CCD;
}
</style>
background-color css
<style>
a { background-color: #950CCD; }
a { background-color: rgb(149,12,205); }
div.DivClassName
{
background-color: #950CCD;
}
.BgClassName
{
background-color: #950CCD;
}
</style>
border-color css
<style>
span { border-color: #950CCD; }
span { border-color: rgb(149,12,205); }
td.TdClassName
{
border-color: #950CCD;
}
.TagClassName
{
border-color: #950CCD;
}
</style>