Shades of Dark Violet #9509D8
Tints of Dark Violet #9509D8
RGB
CMYK
RGB Variations
Color information
#9509D8 (or 0x9509D8) is known color: Dark Violet. HEX triplet: 95, 09 and D8. RGB value is (149,9,216). Sum of RGB (Red+Green+Blue) = 149+9+216=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 216 (84.77% from 255 or 57.75% from 374); Max value from RGB is 216 - color contains mainly: blue. Hex color #9509D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9509D8 is #6AF627. Grayscale: #494949. Windows color (decimal): -7009832 or 14158229. OLE color: 14158229.
HSL color Cylindrical-coordinate representation of color #9509D8: hue angle of 280.58º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9509D8 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 9 | 216 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.15 |
| HSL | 280.58º | 0.92% | 0.44% | - |
| HSV(B) | 280.58º | 0.96% | 0.85% | - |
| XYZ | 24.89 | 11.54 | 65.88 | - |
| YUV | 74.46 | 207.88 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 9 | 216 | 0.31 | 0.96 | 0 | 0.15 | 280.58 | 0.92 | 0.44 |
| Hex | 95 | 9 | D8 | 1F | 60 | 0 | F | 119 | 5C | 2C |
| Octal | 225 | 11 | 330 | 37 | 140 | 0 | 17 | 431 | 134 | 54 |
| Binary | 10010101 | 1001 | 11011000 | 11111 | 1100000 | 0 | 1111 | 100011001 | 1011100 | 101100 |
Color Harmonies of #9509D8
Complementary color
Monochromatic Colors of #9509D8
Black with #9509D8
Text Example
Text Example
White with #9509D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9509D8; }
p { color: rgb(149,9,216); }
H1.HeaderClassName
{
color: #9509D8;
}
.AnyTagClassName
{
color: #9509D8;
}
</style>
background-color css
<style>
a { background-color: #9509D8; }
a { background-color: rgb(149,9,216); }
div.DivClassName
{
background-color: #9509D8;
}
.BgClassName
{
background-color: #9509D8;
}
</style>
border-color css
<style>
span { border-color: #9509D8; }
span { border-color: rgb(149,9,216); }
td.TdClassName
{
border-color: #9509D8;
}
.TagClassName
{
border-color: #9509D8;
}
</style>