Shades of Dark Violet #950BCC
Tints of Dark Violet #950BCC
RGB
CMYK
RGB Variations
Color information
#950BCC (or 0x950BCC) is known color: Dark Violet. HEX triplet: 95, 0B and CC. RGB value is (149,11,204). Sum of RGB (Red+Green+Blue) = 149+11+204=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #950BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950BCC is #6AF433. Grayscale: #494949. Windows color (decimal): -7009332 or 13372309. OLE color: 13372309.
HSL color Cylindrical-coordinate representation of color #950BCC: hue angle of 282.9º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950BCC is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 11 | 204 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.2 |
| HSL | 282.9º | 0.9% | 0.42% | - |
| HSV(B) | 282.9º | 0.95% | 0.8% | - |
| XYZ | 23.41 | 10.99 | 58.01 | - |
| YUV | 74.26 | 201.22 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 11 | 204 | 0.27 | 0.95 | 0 | 0.2 | 282.9 | 0.9 | 0.42 |
| Hex | 95 | B | CC | 1B | 5F | 0 | 14 | 11B | 5A | 2A |
| Octal | 225 | 13 | 314 | 33 | 137 | 0 | 24 | 433 | 132 | 52 |
| Binary | 10010101 | 1011 | 11001100 | 11011 | 1011111 | 0 | 10100 | 100011011 | 1011010 | 101010 |
Color Harmonies of #950BCC
Complementary color
Monochromatic Colors of #950BCC
Black with #950BCC
Text Example
Text Example
White with #950BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950BCC; }
p { color: rgb(149,11,204); }
H1.HeaderClassName
{
color: #950BCC;
}
.AnyTagClassName
{
color: #950BCC;
}
</style>
background-color css
<style>
a { background-color: #950BCC; }
a { background-color: rgb(149,11,204); }
div.DivClassName
{
background-color: #950BCC;
}
.BgClassName
{
background-color: #950BCC;
}
</style>
border-color css
<style>
span { border-color: #950BCC; }
span { border-color: rgb(149,11,204); }
td.TdClassName
{
border-color: #950BCC;
}
.TagClassName
{
border-color: #950BCC;
}
</style>