Shades of Dark Violet #950CCE
Tints of Dark Violet #950CCE
RGB
CMYK
RGB Variations
Color information
#950CCE (or 0x950CCE) is known color: Dark Violet. HEX triplet: 95, 0C and CE. RGB value is (149,12,206). Sum of RGB (Red+Green+Blue) = 149+12+206=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #950CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950CCE is #6AF331. Grayscale: #4A4A4A. Windows color (decimal): -7009074 or 13503637. OLE color: 13503637.
HSL color Cylindrical-coordinate representation of color #950CCE: hue angle of 282.37º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950CCE is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 12 | 206 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.19 |
| HSL | 282.37º | 0.89% | 0.43% | - |
| HSV(B) | 282.37º | 0.94% | 0.81% | - |
| XYZ | 23.67 | 11.11 | 59.29 | - |
| YUV | 75.08 | 201.89 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 206 | 0.28 | 0.94 | 0 | 0.19 | 282.37 | 0.89 | 0.43 |
| Hex | 95 | C | CE | 1C | 5E | 0 | 13 | 11A | 59 | 2B |
| Octal | 225 | 14 | 316 | 34 | 136 | 0 | 23 | 432 | 131 | 53 |
| Binary | 10010101 | 1100 | 11001110 | 11100 | 1011110 | 0 | 10011 | 100011010 | 1011001 | 101011 |
Color Harmonies of #950CCE
Complementary color
Monochromatic Colors of #950CCE
Black with #950CCE
Text Example
Text Example
White with #950CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950CCE; }
p { color: rgb(149,12,206); }
H1.HeaderClassName
{
color: #950CCE;
}
.AnyTagClassName
{
color: #950CCE;
}
</style>
background-color css
<style>
a { background-color: #950CCE; }
a { background-color: rgb(149,12,206); }
div.DivClassName
{
background-color: #950CCE;
}
.BgClassName
{
background-color: #950CCE;
}
</style>
border-color css
<style>
span { border-color: #950CCE; }
span { border-color: rgb(149,12,206); }
td.TdClassName
{
border-color: #950CCE;
}
.TagClassName
{
border-color: #950CCE;
}
</style>