Shades of Dark Violet #950CB1
Tints of Dark Violet #950CB1
RGB
CMYK
RGB Variations
Color information
#950CB1 (or 0x950CB1) is known color: Dark Violet. HEX triplet: 95, 0C and B1. RGB value is (149,12,177). Sum of RGB (Red+Green+Blue) = 149+12+177=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 177 (69.53% from 255 or 52.37% from 338); Max value from RGB is 177 - color contains mainly: blue. Hex color #950CB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950CB1 is #6AF34E. Grayscale: #474747. Windows color (decimal): -7009103 or 11603093. OLE color: 11603093.
HSL color Cylindrical-coordinate representation of color #950CB1: hue angle of 289.82º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950CB1 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 12 | 177 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.31 |
| HSL | 289.82º | 0.87% | 0.37% | - |
| HSV(B) | 289.82º | 0.93% | 0.69% | - |
| XYZ | 20.46 | 9.83 | 42.41 | - |
| YUV | 71.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 177 | 0.16 | 0.93 | 0 | 0.31 | 289.82 | 0.87 | 0.37 |
| Hex | 95 | C | B1 | 10 | 5D | 0 | 1F | 122 | 57 | 25 |
| Octal | 225 | 14 | 261 | 20 | 135 | 0 | 37 | 442 | 127 | 45 |
| Binary | 10010101 | 1100 | 10110001 | 10000 | 1011101 | 0 | 11111 | 100100010 | 1010111 | 100101 |
Color Harmonies of #950CB1
Complementary color
Monochromatic Colors of #950CB1
Black with #950CB1
Text Example
Text Example
White with #950CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950CB1; }
p { color: rgb(149,12,177); }
H1.HeaderClassName
{
color: #950CB1;
}
.AnyTagClassName
{
color: #950CB1;
}
</style>
background-color css
<style>
a { background-color: #950CB1; }
a { background-color: rgb(149,12,177); }
div.DivClassName
{
background-color: #950CB1;
}
.BgClassName
{
background-color: #950CB1;
}
</style>
border-color css
<style>
span { border-color: #950CB1; }
span { border-color: rgb(149,12,177); }
td.TdClassName
{
border-color: #950CB1;
}
.TagClassName
{
border-color: #950CB1;
}
</style>