Shades of Dark Violet #9510AF
Tints of Dark Violet #9510AF
RGB
CMYK
RGB Variations
Color information
#9510AF (or 0x9510AF) is known color: Dark Violet. HEX triplet: 95, 10 and AF. RGB value is (149,16,175). Sum of RGB (Red+Green+Blue) = 149+16+175=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #9510AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9510AF is #6AEF50. Grayscale: #494949. Windows color (decimal): -7008081 or 11473045. OLE color: 11473045.
HSL color Cylindrical-coordinate representation of color #9510AF: hue angle of 290.19º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9510AF is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 16 | 175 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.31 |
| HSL | 290.19º | 0.83% | 0.37% | - |
| HSV(B) | 290.19º | 0.91% | 0.69% | - |
| XYZ | 20.32 | 9.86 | 41.39 | - |
| YUV | 73.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 175 | 0.15 | 0.91 | 0 | 0.31 | 290.19 | 0.83 | 0.37 |
| Hex | 95 | 10 | AF | F | 5B | 0 | 1F | 122 | 53 | 25 |
| Octal | 225 | 20 | 257 | 17 | 133 | 0 | 37 | 442 | 123 | 45 |
| Binary | 10010101 | 10000 | 10101111 | 1111 | 1011011 | 0 | 11111 | 100100010 | 1010011 | 100101 |
Color Harmonies of #9510AF
Complementary color
Monochromatic Colors of #9510AF
Black with #9510AF
Text Example
Text Example
White with #9510AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9510AF; }
p { color: rgb(149,16,175); }
H1.HeaderClassName
{
color: #9510AF;
}
.AnyTagClassName
{
color: #9510AF;
}
</style>
background-color css
<style>
a { background-color: #9510AF; }
a { background-color: rgb(149,16,175); }
div.DivClassName
{
background-color: #9510AF;
}
.BgClassName
{
background-color: #9510AF;
}
</style>
border-color css
<style>
span { border-color: #9510AF; }
span { border-color: rgb(149,16,175); }
td.TdClassName
{
border-color: #9510AF;
}
.TagClassName
{
border-color: #9510AF;
}
</style>