Shades of Dark Violet #950DB6
Tints of Dark Violet #950DB6
RGB
CMYK
RGB Variations
Color information
#950DB6 (or 0x950DB6) is known color: Dark Violet. HEX triplet: 95, 0D and B6. RGB value is (149,13,182). Sum of RGB (Red+Green+Blue) = 149+13+182=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 182 (71.48% from 255 or 52.91% from 344); Max value from RGB is 182 - color contains mainly: blue. Hex color #950DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950DB6 is #6AF249. Grayscale: #484848. Windows color (decimal): -7008842 or 11931029. OLE color: 11931029.
HSL color Cylindrical-coordinate representation of color #950DB6: hue angle of 288.28º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950DB6 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 13 | 182 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.29 |
| HSL | 288.28º | 0.87% | 0.38% | - |
| HSV(B) | 288.28º | 0.93% | 0.71% | - |
| XYZ | 20.98 | 10.05 | 45.09 | - |
| YUV | 72.93 | 189.56 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 13 | 182 | 0.18 | 0.93 | 0 | 0.29 | 288.28 | 0.87 | 0.38 |
| Hex | 95 | D | B6 | 12 | 5D | 0 | 1D | 120 | 57 | 26 |
| Octal | 225 | 15 | 266 | 22 | 135 | 0 | 35 | 440 | 127 | 46 |
| Binary | 10010101 | 1101 | 10110110 | 10010 | 1011101 | 0 | 11101 | 100100000 | 1010111 | 100110 |
Color Harmonies of #950DB6
Complementary color
Monochromatic Colors of #950DB6
Black with #950DB6
Text Example
Text Example
White with #950DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950DB6; }
p { color: rgb(149,13,182); }
H1.HeaderClassName
{
color: #950DB6;
}
.AnyTagClassName
{
color: #950DB6;
}
</style>
background-color css
<style>
a { background-color: #950DB6; }
a { background-color: rgb(149,13,182); }
div.DivClassName
{
background-color: #950DB6;
}
.BgClassName
{
background-color: #950DB6;
}
</style>
border-color css
<style>
span { border-color: #950DB6; }
span { border-color: rgb(149,13,182); }
td.TdClassName
{
border-color: #950DB6;
}
.TagClassName
{
border-color: #950DB6;
}
</style>