Shades of Dark Violet #9505E6
Tints of Dark Violet #9505E6
RGB
CMYK
RGB Variations
Color information
#9505E6 (or 0x9505E6) is known color: Dark Violet. HEX triplet: 95, 05 and E6. RGB value is (149,5,230). Sum of RGB (Red+Green+Blue) = 149+5+230=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 230 (90.23% from 255 or 59.90% from 384); Max value from RGB is 230 - color contains mainly: blue. Hex color #9505E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9505E6 is #6AFA19. Grayscale: #484848. Windows color (decimal): -7010842 or 15074709. OLE color: 15074709.
HSL color Cylindrical-coordinate representation of color #9505E6: hue angle of 278.4º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9505E6 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 5 | 230 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.10 |
| HSL | 278.4º | 0.96% | 0.46% | - |
| HSV(B) | 278.4º | 0.98% | 0.9% | - |
| XYZ | 26.73 | 12.21 | 75.81 | - |
| YUV | 73.71 | 216.21 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 230 | 0.35 | 0.98 | 0 | 0.10 | 278.4 | 0.96 | 0.46 |
| Hex | 95 | 5 | E6 | 23 | 62 | 0 | A | 116 | 60 | 2E |
| Octal | 225 | 5 | 346 | 43 | 142 | 0 | 12 | 426 | 140 | 56 |
| Binary | 10010101 | 101 | 11100110 | 100011 | 1100010 | 0 | 1010 | 100010110 | 1100000 | 101110 |
Color Harmonies of #9505E6
Complementary color
Monochromatic Colors of #9505E6
Black with #9505E6
Text Example
Text Example
White with #9505E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9505E6; }
p { color: rgb(149,5,230); }
H1.HeaderClassName
{
color: #9505E6;
}
.AnyTagClassName
{
color: #9505E6;
}
</style>
background-color css
<style>
a { background-color: #9505E6; }
a { background-color: rgb(149,5,230); }
div.DivClassName
{
background-color: #9505E6;
}
.BgClassName
{
background-color: #9505E6;
}
</style>
border-color css
<style>
span { border-color: #9505E6; }
span { border-color: rgb(149,5,230); }
td.TdClassName
{
border-color: #9505E6;
}
.TagClassName
{
border-color: #9505E6;
}
</style>