Shades of Dark Violet #9509D5
Tints of Dark Violet #9509D5
RGB
CMYK
RGB Variations
Color information
#9509D5 (or 0x9509D5) is known color: Dark Violet. HEX triplet: 95, 09 and D5. RGB value is (149,9,213). Sum of RGB (Red+Green+Blue) = 149+9+213=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 213 (83.59% from 255 or 57.41% from 371); Max value from RGB is 213 - color contains mainly: blue. Hex color #9509D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9509D5 is #6AF62A. Grayscale: #494949. Windows color (decimal): -7009835 or 13961621. OLE color: 13961621.
HSL color Cylindrical-coordinate representation of color #9509D5: hue angle of 281.18º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9509D5 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 9 | 213 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.16 |
| HSL | 281.18º | 0.92% | 0.44% | - |
| HSV(B) | 281.18º | 0.96% | 0.84% | - |
| XYZ | 24.5 | 11.39 | 63.86 | - |
| YUV | 74.12 | 206.38 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 9 | 213 | 0.30 | 0.96 | 0 | 0.16 | 281.18 | 0.92 | 0.44 |
| Hex | 95 | 9 | D5 | 1E | 60 | 0 | 10 | 119 | 5C | 2C |
| Octal | 225 | 11 | 325 | 36 | 140 | 0 | 20 | 431 | 134 | 54 |
| Binary | 10010101 | 1001 | 11010101 | 11110 | 1100000 | 0 | 10000 | 100011001 | 1011100 | 101100 |
Color Harmonies of #9509D5
Complementary color
Monochromatic Colors of #9509D5
Black with #9509D5
Text Example
Text Example
White with #9509D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9509D5; }
p { color: rgb(149,9,213); }
H1.HeaderClassName
{
color: #9509D5;
}
.AnyTagClassName
{
color: #9509D5;
}
</style>
background-color css
<style>
a { background-color: #9509D5; }
a { background-color: rgb(149,9,213); }
div.DivClassName
{
background-color: #9509D5;
}
.BgClassName
{
background-color: #9509D5;
}
</style>
border-color css
<style>
span { border-color: #9509D5; }
span { border-color: rgb(149,9,213); }
td.TdClassName
{
border-color: #9509D5;
}
.TagClassName
{
border-color: #9509D5;
}
</style>