Shades of Dark Violet #950DC8
Tints of Dark Violet #950DC8
RGB
CMYK
RGB Variations
Color information
#950DC8 (or 0x950DC8) is known color: Dark Violet. HEX triplet: 95, 0D and C8. RGB value is (149,13,200). Sum of RGB (Red+Green+Blue) = 149+13+200=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 200 (78.52% from 255 or 55.25% from 362); Max value from RGB is 200 - color contains mainly: blue. Hex color #950DC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950DC8 is #6AF237. Grayscale: #4A4A4A. Windows color (decimal): -7008824 or 13110677. OLE color: 13110677.
HSL color Cylindrical-coordinate representation of color #950DC8: hue angle of 283.64º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950DC8 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 13 | 200 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.22 |
| HSL | 283.64º | 0.88% | 0.42% | - |
| HSV(B) | 283.64º | 0.94% | 0.78% | - |
| XYZ | 22.96 | 10.85 | 55.53 | - |
| YUV | 74.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 13 | 200 | 0.26 | 0.94 | 0 | 0.22 | 283.64 | 0.88 | 0.42 |
| Hex | 95 | D | C8 | 1A | 5E | 0 | 16 | 11C | 58 | 2A |
| Octal | 225 | 15 | 310 | 32 | 136 | 0 | 26 | 434 | 130 | 52 |
| Binary | 10010101 | 1101 | 11001000 | 11010 | 1011110 | 0 | 10110 | 100011100 | 1011000 | 101010 |
Color Harmonies of #950DC8
Complementary color
Monochromatic Colors of #950DC8
Black with #950DC8
Text Example
Text Example
White with #950DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950DC8; }
p { color: rgb(149,13,200); }
H1.HeaderClassName
{
color: #950DC8;
}
.AnyTagClassName
{
color: #950DC8;
}
</style>
background-color css
<style>
a { background-color: #950DC8; }
a { background-color: rgb(149,13,200); }
div.DivClassName
{
background-color: #950DC8;
}
.BgClassName
{
background-color: #950DC8;
}
</style>
border-color css
<style>
span { border-color: #950DC8; }
span { border-color: rgb(149,13,200); }
td.TdClassName
{
border-color: #950DC8;
}
.TagClassName
{
border-color: #950DC8;
}
</style>