Shades of Dark Violet #950ADD
Tints of Dark Violet #950ADD
RGB
CMYK
RGB Variations
Color information
#950ADD (or 0x950ADD) is known color: Dark Violet. HEX triplet: 95, 0A and DD. RGB value is (149,10,221). Sum of RGB (Red+Green+Blue) = 149+10+221=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #950ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950ADD is #6AF522. Grayscale: #4A4A4A. Windows color (decimal): -7009571 or 14486165. OLE color: 14486165.
HSL color Cylindrical-coordinate representation of color #950ADD: hue angle of 279.53º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950ADD is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 10 | 221 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.13 |
| HSL | 279.53º | 0.91% | 0.45% | - |
| HSV(B) | 279.53º | 0.95% | 0.87% | - |
| XYZ | 25.55 | 11.83 | 69.34 | - |
| YUV | 75.62 | 210.05 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 221 | 0.33 | 0.95 | 0 | 0.13 | 279.53 | 0.91 | 0.45 |
| Hex | 95 | A | DD | 21 | 5F | 0 | D | 118 | 5B | 2D |
| Octal | 225 | 12 | 335 | 41 | 137 | 0 | 15 | 430 | 133 | 55 |
| Binary | 10010101 | 1010 | 11011101 | 100001 | 1011111 | 0 | 1101 | 100011000 | 1011011 | 101101 |
Color Harmonies of #950ADD
Complementary color
Monochromatic Colors of #950ADD
Black with #950ADD
Text Example
Text Example
White with #950ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950ADD; }
p { color: rgb(149,10,221); }
H1.HeaderClassName
{
color: #950ADD;
}
.AnyTagClassName
{
color: #950ADD;
}
</style>
background-color css
<style>
a { background-color: #950ADD; }
a { background-color: rgb(149,10,221); }
div.DivClassName
{
background-color: #950ADD;
}
.BgClassName
{
background-color: #950ADD;
}
</style>
border-color css
<style>
span { border-color: #950ADD; }
span { border-color: rgb(149,10,221); }
td.TdClassName
{
border-color: #950ADD;
}
.TagClassName
{
border-color: #950ADD;
}
</style>