Shades of Dark Violet #9510CE
Tints of Dark Violet #9510CE
RGB
CMYK
RGB Variations
Color information
#9510CE (or 0x9510CE) is known color: Dark Violet. HEX triplet: 95, 10 and CE. RGB value is (149,16,206). Sum of RGB (Red+Green+Blue) = 149+16+206=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #9510CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9510CE is #6AEF31. Grayscale: #4C4C4C. Windows color (decimal): -7008050 or 13504661. OLE color: 13504661.
HSL color Cylindrical-coordinate representation of color #9510CE: hue angle of 282º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9510CE is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 16 | 206 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.19 |
| HSL | 282º | 0.86% | 0.44% | - |
| HSV(B) | 282º | 0.92% | 0.81% | - |
| XYZ | 23.72 | 11.22 | 59.31 | - |
| YUV | 77.43 | 200.56 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 206 | 0.28 | 0.92 | 0 | 0.19 | 282 | 0.86 | 0.44 |
| Hex | 95 | 10 | CE | 1C | 5C | 0 | 13 | 11A | 56 | 2C |
| Octal | 225 | 20 | 316 | 34 | 134 | 0 | 23 | 432 | 126 | 54 |
| Binary | 10010101 | 10000 | 11001110 | 11100 | 1011100 | 0 | 10011 | 100011010 | 1010110 | 101100 |
Color Harmonies of #9510CE
Complementary color
Monochromatic Colors of #9510CE
Black with #9510CE
Text Example
Text Example
White with #9510CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9510CE; }
p { color: rgb(149,16,206); }
H1.HeaderClassName
{
color: #9510CE;
}
.AnyTagClassName
{
color: #9510CE;
}
</style>
background-color css
<style>
a { background-color: #9510CE; }
a { background-color: rgb(149,16,206); }
div.DivClassName
{
background-color: #9510CE;
}
.BgClassName
{
background-color: #9510CE;
}
</style>
border-color css
<style>
span { border-color: #9510CE; }
span { border-color: rgb(149,16,206); }
td.TdClassName
{
border-color: #9510CE;
}
.TagClassName
{
border-color: #9510CE;
}
</style>