Shades of Dark Violet #950EBC
Tints of Dark Violet #950EBC
RGB
CMYK
RGB Variations
Color information
#950EBC (or 0x950EBC) is known color: Dark Violet. HEX triplet: 95, 0E and BC. RGB value is (149,14,188). Sum of RGB (Red+Green+Blue) = 149+14+188=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #950EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950EBC is #6AF143. Grayscale: #494949. Windows color (decimal): -7008580 or 12324501. OLE color: 12324501.
HSL color Cylindrical-coordinate representation of color #950EBC: hue angle of 286.55º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950EBC is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 14 | 188 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.26 |
| HSL | 286.55º | 0.86% | 0.4% | - |
| HSV(B) | 286.55º | 0.93% | 0.74% | - |
| XYZ | 21.63 | 10.33 | 48.43 | - |
| YUV | 74.2 | 192.23 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 14 | 188 | 0.21 | 0.93 | 0 | 0.26 | 286.55 | 0.86 | 0.4 |
| Hex | 95 | E | BC | 15 | 5D | 0 | 1A | 11F | 56 | 28 |
| Octal | 225 | 16 | 274 | 25 | 135 | 0 | 32 | 437 | 126 | 50 |
| Binary | 10010101 | 1110 | 10111100 | 10101 | 1011101 | 0 | 11010 | 100011111 | 1010110 | 101000 |
Color Harmonies of #950EBC
Complementary color
Monochromatic Colors of #950EBC
Black with #950EBC
Text Example
Text Example
White with #950EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950EBC; }
p { color: rgb(149,14,188); }
H1.HeaderClassName
{
color: #950EBC;
}
.AnyTagClassName
{
color: #950EBC;
}
</style>
background-color css
<style>
a { background-color: #950EBC; }
a { background-color: rgb(149,14,188); }
div.DivClassName
{
background-color: #950EBC;
}
.BgClassName
{
background-color: #950EBC;
}
</style>
border-color css
<style>
span { border-color: #950EBC; }
span { border-color: rgb(149,14,188); }
td.TdClassName
{
border-color: #950EBC;
}
.TagClassName
{
border-color: #950EBC;
}
</style>