Shades of Dark Violet #950CB2
Tints of Dark Violet #950CB2
RGB
CMYK
RGB Variations
Color information
#950CB2 (or 0x950CB2) is known color: Dark Violet. HEX triplet: 95, 0C and B2. RGB value is (149,12,178). Sum of RGB (Red+Green+Blue) = 149+12+178=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 178 (69.92% from 255 or 52.51% from 339); Max value from RGB is 178 - color contains mainly: blue. Hex color #950CB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950CB2 is #6AF34D. Grayscale: #474747. Windows color (decimal): -7009102 or 11668629. OLE color: 11668629.
HSL color Cylindrical-coordinate representation of color #950CB2: hue angle of 289.52º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950CB2 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 12 | 178 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.30 |
| HSL | 289.52º | 0.87% | 0.37% | - |
| HSV(B) | 289.52º | 0.93% | 0.7% | - |
| XYZ | 20.56 | 9.87 | 42.94 | - |
| YUV | 71.89 | 187.89 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 178 | 0.16 | 0.93 | 0 | 0.30 | 289.52 | 0.87 | 0.37 |
| Hex | 95 | C | B2 | 10 | 5D | 0 | 1E | 122 | 57 | 25 |
| Octal | 225 | 14 | 262 | 20 | 135 | 0 | 36 | 442 | 127 | 45 |
| Binary | 10010101 | 1100 | 10110010 | 10000 | 1011101 | 0 | 11110 | 100100010 | 1010111 | 100101 |
Color Harmonies of #950CB2
Complementary color
Monochromatic Colors of #950CB2
Black with #950CB2
Text Example
Text Example
White with #950CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950CB2; }
p { color: rgb(149,12,178); }
H1.HeaderClassName
{
color: #950CB2;
}
.AnyTagClassName
{
color: #950CB2;
}
</style>
background-color css
<style>
a { background-color: #950CB2; }
a { background-color: rgb(149,12,178); }
div.DivClassName
{
background-color: #950CB2;
}
.BgClassName
{
background-color: #950CB2;
}
</style>
border-color css
<style>
span { border-color: #950CB2; }
span { border-color: rgb(149,12,178); }
td.TdClassName
{
border-color: #950CB2;
}
.TagClassName
{
border-color: #950CB2;
}
</style>