Shades of Dark Violet #9505CE
Tints of Dark Violet #9505CE
RGB
CMYK
RGB Variations
Color information
#9505CE (or 0x9505CE) is known color: Dark Violet. HEX triplet: 95, 05 and CE. RGB value is (149,5,206). Sum of RGB (Red+Green+Blue) = 149+5+206=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #9505CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9505CE is #6AFA31. Grayscale: #464646. Windows color (decimal): -7010866 or 13501845. OLE color: 13501845.
HSL color Cylindrical-coordinate representation of color #9505CE: hue angle of 282.99º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9505CE is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 5 | 206 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.19 |
| HSL | 282.99º | 0.95% | 0.41% | - |
| HSV(B) | 282.99º | 0.98% | 0.81% | - |
| XYZ | 23.59 | 10.95 | 59.26 | - |
| YUV | 70.97 | 204.21 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 206 | 0.28 | 0.98 | 0 | 0.19 | 282.99 | 0.95 | 0.41 |
| Hex | 95 | 5 | CE | 1C | 62 | 0 | 13 | 11B | 5F | 29 |
| Octal | 225 | 5 | 316 | 34 | 142 | 0 | 23 | 433 | 137 | 51 |
| Binary | 10010101 | 101 | 11001110 | 11100 | 1100010 | 0 | 10011 | 100011011 | 1011111 | 101001 |
Color Harmonies of #9505CE
Complementary color
Monochromatic Colors of #9505CE
Black with #9505CE
Text Example
Text Example
White with #9505CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9505CE; }
p { color: rgb(149,5,206); }
H1.HeaderClassName
{
color: #9505CE;
}
.AnyTagClassName
{
color: #9505CE;
}
</style>
background-color css
<style>
a { background-color: #9505CE; }
a { background-color: rgb(149,5,206); }
div.DivClassName
{
background-color: #9505CE;
}
.BgClassName
{
background-color: #9505CE;
}
</style>
border-color css
<style>
span { border-color: #9505CE; }
span { border-color: rgb(149,5,206); }
td.TdClassName
{
border-color: #9505CE;
}
.TagClassName
{
border-color: #9505CE;
}
</style>