Shades of Dark Violet #950CDD
Tints of Dark Violet #950CDD
RGB
CMYK
RGB Variations
Color information
#950CDD (or 0x950CDD) is known color: Dark Violet. HEX triplet: 95, 0C and DD. RGB value is (149,12,221). Sum of RGB (Red+Green+Blue) = 149+12+221=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #950CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950CDD is #6AF322. Grayscale: #4C4C4C. Windows color (decimal): -7009059 or 14486677. OLE color: 14486677.
HSL color Cylindrical-coordinate representation of color #950CDD: hue angle of 279.33º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950CDD is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 12 | 221 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.13 |
| HSL | 279.33º | 0.9% | 0.46% | - |
| HSV(B) | 279.33º | 0.95% | 0.87% | - |
| XYZ | 25.58 | 11.87 | 69.35 | - |
| YUV | 76.79 | 209.39 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 221 | 0.33 | 0.95 | 0 | 0.13 | 279.33 | 0.9 | 0.46 |
| Hex | 95 | C | DD | 21 | 5F | 0 | D | 117 | 5A | 2E |
| Octal | 225 | 14 | 335 | 41 | 137 | 0 | 15 | 427 | 132 | 56 |
| Binary | 10010101 | 1100 | 11011101 | 100001 | 1011111 | 0 | 1101 | 100010111 | 1011010 | 101110 |
Color Harmonies of #950CDD
Complementary color
Monochromatic Colors of #950CDD
Black with #950CDD
Text Example
Text Example
White with #950CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950CDD; }
p { color: rgb(149,12,221); }
H1.HeaderClassName
{
color: #950CDD;
}
.AnyTagClassName
{
color: #950CDD;
}
</style>
background-color css
<style>
a { background-color: #950CDD; }
a { background-color: rgb(149,12,221); }
div.DivClassName
{
background-color: #950CDD;
}
.BgClassName
{
background-color: #950CDD;
}
</style>
border-color css
<style>
span { border-color: #950CDD; }
span { border-color: rgb(149,12,221); }
td.TdClassName
{
border-color: #950CDD;
}
.TagClassName
{
border-color: #950CDD;
}
</style>