Shades of Dark Violet #950AB2
Tints of Dark Violet #950AB2
RGB
CMYK
RGB Variations
Color information
#950AB2 (or 0x950AB2) is known color: Dark Violet. HEX triplet: 95, 0A and B2. RGB value is (149,10,178). Sum of RGB (Red+Green+Blue) = 149+10+178=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 178 (69.92% from 255 or 52.82% from 337); Max value from RGB is 178 - color contains mainly: blue. Hex color #950AB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950AB2 is #6AF54D. Grayscale: #464646. Windows color (decimal): -7009614 or 11668117. OLE color: 11668117.
HSL color Cylindrical-coordinate representation of color #950AB2: hue angle of 289.64º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950AB2 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 10 | 178 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.30 |
| HSL | 289.64º | 0.89% | 0.37% | - |
| HSV(B) | 289.64º | 0.94% | 0.7% | - |
| XYZ | 20.54 | 9.82 | 42.93 | - |
| YUV | 70.71 | 188.55 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 178 | 0.16 | 0.94 | 0 | 0.30 | 289.64 | 0.89 | 0.37 |
| Hex | 95 | A | B2 | 10 | 5E | 0 | 1E | 122 | 59 | 25 |
| Octal | 225 | 12 | 262 | 20 | 136 | 0 | 36 | 442 | 131 | 45 |
| Binary | 10010101 | 1010 | 10110010 | 10000 | 1011110 | 0 | 11110 | 100100010 | 1011001 | 100101 |
Color Harmonies of #950AB2
Complementary color
Monochromatic Colors of #950AB2
Black with #950AB2
Text Example
Text Example
White with #950AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950AB2; }
p { color: rgb(149,10,178); }
H1.HeaderClassName
{
color: #950AB2;
}
.AnyTagClassName
{
color: #950AB2;
}
</style>
background-color css
<style>
a { background-color: #950AB2; }
a { background-color: rgb(149,10,178); }
div.DivClassName
{
background-color: #950AB2;
}
.BgClassName
{
background-color: #950AB2;
}
</style>
border-color css
<style>
span { border-color: #950AB2; }
span { border-color: rgb(149,10,178); }
td.TdClassName
{
border-color: #950AB2;
}
.TagClassName
{
border-color: #950AB2;
}
</style>