Shades of Dark Violet #950DCD
Tints of Dark Violet #950DCD
RGB
CMYK
RGB Variations
Color information
#950DCD (or 0x950DCD) is known color: Dark Violet. HEX triplet: 95, 0D and CD. RGB value is (149,13,205). Sum of RGB (Red+Green+Blue) = 149+13+205=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #950DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950DCD is #6AF232. Grayscale: #4A4A4A. Windows color (decimal): -7008819 or 13438357. OLE color: 13438357.
HSL color Cylindrical-coordinate representation of color #950DCD: hue angle of 282.5º degrees, saturation: 0.88, 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 #950DCD is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 13 | 205 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.20 |
| HSL | 282.5º | 0.88% | 0.43% | - |
| HSV(B) | 282.5º | 0.94% | 0.8% | - |
| XYZ | 23.56 | 11.09 | 58.66 | - |
| YUV | 75.55 | 201.06 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 13 | 205 | 0.27 | 0.94 | 0 | 0.20 | 282.5 | 0.88 | 0.43 |
| Hex | 95 | D | CD | 1B | 5E | 0 | 14 | 11A | 58 | 2B |
| Octal | 225 | 15 | 315 | 33 | 136 | 0 | 24 | 432 | 130 | 53 |
| Binary | 10010101 | 1101 | 11001101 | 11011 | 1011110 | 0 | 10100 | 100011010 | 1011000 | 101011 |
Color Harmonies of #950DCD
Complementary color
Monochromatic Colors of #950DCD
Black with #950DCD
Text Example
Text Example
White with #950DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950DCD; }
p { color: rgb(149,13,205); }
H1.HeaderClassName
{
color: #950DCD;
}
.AnyTagClassName
{
color: #950DCD;
}
</style>
background-color css
<style>
a { background-color: #950DCD; }
a { background-color: rgb(149,13,205); }
div.DivClassName
{
background-color: #950DCD;
}
.BgClassName
{
background-color: #950DCD;
}
</style>
border-color css
<style>
span { border-color: #950DCD; }
span { border-color: rgb(149,13,205); }
td.TdClassName
{
border-color: #950DCD;
}
.TagClassName
{
border-color: #950DCD;
}
</style>