Shades of Dark Violet #950ACC
Tints of Dark Violet #950ACC
RGB
CMYK
RGB Variations
Color information
#950ACC (or 0x950ACC) is known color: Dark Violet. HEX triplet: 95, 0A and CC. RGB value is (149,10,204). Sum of RGB (Red+Green+Blue) = 149+10+204=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #950ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950ACC is #6AF533. Grayscale: #494949. Windows color (decimal): -7009588 or 13372053. OLE color: 13372053.
HSL color Cylindrical-coordinate representation of color #950ACC: hue angle of 282.99º degrees, saturation: 0.91, 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 #950ACC is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 10 | 204 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.2 |
| HSL | 282.99º | 0.91% | 0.42% | - |
| HSV(B) | 282.99º | 0.95% | 0.8% | - |
| XYZ | 23.4 | 10.97 | 58.01 | - |
| YUV | 73.68 | 201.55 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 204 | 0.27 | 0.95 | 0 | 0.2 | 282.99 | 0.91 | 0.42 |
| Hex | 95 | A | CC | 1B | 5F | 0 | 14 | 11B | 5B | 2A |
| Octal | 225 | 12 | 314 | 33 | 137 | 0 | 24 | 433 | 133 | 52 |
| Binary | 10010101 | 1010 | 11001100 | 11011 | 1011111 | 0 | 10100 | 100011011 | 1011011 | 101010 |
Color Harmonies of #950ACC
Complementary color
Monochromatic Colors of #950ACC
Black with #950ACC
Text Example
Text Example
White with #950ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950ACC; }
p { color: rgb(149,10,204); }
H1.HeaderClassName
{
color: #950ACC;
}
.AnyTagClassName
{
color: #950ACC;
}
</style>
background-color css
<style>
a { background-color: #950ACC; }
a { background-color: rgb(149,10,204); }
div.DivClassName
{
background-color: #950ACC;
}
.BgClassName
{
background-color: #950ACC;
}
</style>
border-color css
<style>
span { border-color: #950ACC; }
span { border-color: rgb(149,10,204); }
td.TdClassName
{
border-color: #950ACC;
}
.TagClassName
{
border-color: #950ACC;
}
</style>