Shades of Dark Violet #950CDA
Tints of Dark Violet #950CDA
RGB
CMYK
RGB Variations
Color information
#950CDA (or 0x950CDA) is known color: Dark Violet. HEX triplet: 95, 0C and DA. RGB value is (149,12,218). Sum of RGB (Red+Green+Blue) = 149+12+218=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #950CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950CDA is #6AF325. Grayscale: #4B4B4B. Windows color (decimal): -7009062 or 14290069. OLE color: 14290069.
HSL color Cylindrical-coordinate representation of color #950CDA: hue angle of 279.9º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950CDA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 12 | 218 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.15 |
| HSL | 279.9º | 0.9% | 0.45% | - |
| HSV(B) | 279.9º | 0.94% | 0.85% | - |
| XYZ | 25.18 | 11.71 | 67.26 | - |
| YUV | 76.45 | 207.89 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 218 | 0.32 | 0.94 | 0 | 0.15 | 279.9 | 0.9 | 0.45 |
| Hex | 95 | C | DA | 20 | 5E | 0 | F | 118 | 5A | 2D |
| Octal | 225 | 14 | 332 | 40 | 136 | 0 | 17 | 430 | 132 | 55 |
| Binary | 10010101 | 1100 | 11011010 | 100000 | 1011110 | 0 | 1111 | 100011000 | 1011010 | 101101 |
Color Harmonies of #950CDA
Complementary color
Monochromatic Colors of #950CDA
Black with #950CDA
Text Example
Text Example
White with #950CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950CDA; }
p { color: rgb(149,12,218); }
H1.HeaderClassName
{
color: #950CDA;
}
.AnyTagClassName
{
color: #950CDA;
}
</style>
background-color css
<style>
a { background-color: #950CDA; }
a { background-color: rgb(149,12,218); }
div.DivClassName
{
background-color: #950CDA;
}
.BgClassName
{
background-color: #950CDA;
}
</style>
border-color css
<style>
span { border-color: #950CDA; }
span { border-color: rgb(149,12,218); }
td.TdClassName
{
border-color: #950CDA;
}
.TagClassName
{
border-color: #950CDA;
}
</style>