Shades of Dark Violet #950BC8
Tints of Dark Violet #950BC8
RGB
CMYK
RGB Variations
Color information
#950BC8 (or 0x950BC8) is known color: Dark Violet. HEX triplet: 95, 0B and C8. RGB value is (149,11,200). Sum of RGB (Red+Green+Blue) = 149+11+200=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 200 (78.52% from 255 or 55.56% from 360); Max value from RGB is 200 - color contains mainly: blue. Hex color #950BC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950BC8 is #6AF437. Grayscale: #494949. Windows color (decimal): -7009336 or 13110165. OLE color: 13110165.
HSL color Cylindrical-coordinate representation of color #950BC8: hue angle of 283.81º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950BC8 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 11 | 200 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.22 |
| HSL | 283.81º | 0.9% | 0.41% | - |
| HSV(B) | 283.81º | 0.95% | 0.78% | - |
| XYZ | 22.94 | 10.8 | 55.52 | - |
| YUV | 73.81 | 199.22 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 11 | 200 | 0.26 | 0.94 | 0 | 0.22 | 283.81 | 0.9 | 0.41 |
| Hex | 95 | B | C8 | 1A | 5E | 0 | 16 | 11C | 5A | 29 |
| Octal | 225 | 13 | 310 | 32 | 136 | 0 | 26 | 434 | 132 | 51 |
| Binary | 10010101 | 1011 | 11001000 | 11010 | 1011110 | 0 | 10110 | 100011100 | 1011010 | 101001 |
Color Harmonies of #950BC8
Complementary color
Monochromatic Colors of #950BC8
Black with #950BC8
Text Example
Text Example
White with #950BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950BC8; }
p { color: rgb(149,11,200); }
H1.HeaderClassName
{
color: #950BC8;
}
.AnyTagClassName
{
color: #950BC8;
}
</style>
background-color css
<style>
a { background-color: #950BC8; }
a { background-color: rgb(149,11,200); }
div.DivClassName
{
background-color: #950BC8;
}
.BgClassName
{
background-color: #950BC8;
}
</style>
border-color css
<style>
span { border-color: #950BC8; }
span { border-color: rgb(149,11,200); }
td.TdClassName
{
border-color: #950BC8;
}
.TagClassName
{
border-color: #950BC8;
}
</style>