Shades of Dark Violet #950ACE
Tints of Dark Violet #950ACE
RGB
CMYK
RGB Variations
Color information
#950ACE (or 0x950ACE) is known color: Dark Violet. HEX triplet: 95, 0A and CE. RGB value is (149,10,206). Sum of RGB (Red+Green+Blue) = 149+10+206=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #950ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950ACE is #6AF531. Grayscale: #494949. Windows color (decimal): -7009586 or 13503125. OLE color: 13503125.
HSL color Cylindrical-coordinate representation of color #950ACE: hue angle of 282.55º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950ACE is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 10 | 206 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.19 |
| HSL | 282.55º | 0.91% | 0.42% | - |
| HSV(B) | 282.55º | 0.95% | 0.81% | - |
| XYZ | 23.64 | 11.06 | 59.28 | - |
| YUV | 73.91 | 202.55 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 206 | 0.28 | 0.95 | 0 | 0.19 | 282.55 | 0.91 | 0.42 |
| Hex | 95 | A | CE | 1C | 5F | 0 | 13 | 11B | 5B | 2A |
| Octal | 225 | 12 | 316 | 34 | 137 | 0 | 23 | 433 | 133 | 52 |
| Binary | 10010101 | 1010 | 11001110 | 11100 | 1011111 | 0 | 10011 | 100011011 | 1011011 | 101010 |
Color Harmonies of #950ACE
Complementary color
Monochromatic Colors of #950ACE
Black with #950ACE
Text Example
Text Example
White with #950ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950ACE; }
p { color: rgb(149,10,206); }
H1.HeaderClassName
{
color: #950ACE;
}
.AnyTagClassName
{
color: #950ACE;
}
</style>
background-color css
<style>
a { background-color: #950ACE; }
a { background-color: rgb(149,10,206); }
div.DivClassName
{
background-color: #950ACE;
}
.BgClassName
{
background-color: #950ACE;
}
</style>
border-color css
<style>
span { border-color: #950ACE; }
span { border-color: rgb(149,10,206); }
td.TdClassName
{
border-color: #950ACE;
}
.TagClassName
{
border-color: #950ACE;
}
</style>