Shades of Dark Violet #9509B0
Tints of Dark Violet #9509B0
RGB
CMYK
RGB Variations
Color information
#9509B0 (or 0x9509B0) is known color: Dark Violet. HEX triplet: 95, 09 and B0. RGB value is (149,9,176). Sum of RGB (Red+Green+Blue) = 149+9+176=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 176 (69.14% from 255 or 52.69% from 334); Max value from RGB is 176 - color contains mainly: blue. Hex color #9509B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9509B0 is #6AF64F. Grayscale: #454545. Windows color (decimal): -7009872 or 11536789. OLE color: 11536789.
HSL color Cylindrical-coordinate representation of color #9509B0: hue angle of 290.3º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9509B0 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 9 | 176 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.31 |
| HSL | 290.3º | 0.9% | 0.36% | - |
| HSV(B) | 290.3º | 0.95% | 0.69% | - |
| XYZ | 20.33 | 9.72 | 41.88 | - |
| YUV | 69.9 | 187.88 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 9 | 176 | 0.15 | 0.95 | 0 | 0.31 | 290.3 | 0.9 | 0.36 |
| Hex | 95 | 9 | B0 | F | 5F | 0 | 1F | 122 | 5A | 24 |
| Octal | 225 | 11 | 260 | 17 | 137 | 0 | 37 | 442 | 132 | 44 |
| Binary | 10010101 | 1001 | 10110000 | 1111 | 1011111 | 0 | 11111 | 100100010 | 1011010 | 100100 |
Color Harmonies of #9509B0
Complementary color
Monochromatic Colors of #9509B0
Black with #9509B0
Text Example
Text Example
White with #9509B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9509B0; }
p { color: rgb(149,9,176); }
H1.HeaderClassName
{
color: #9509B0;
}
.AnyTagClassName
{
color: #9509B0;
}
</style>
background-color css
<style>
a { background-color: #9509B0; }
a { background-color: rgb(149,9,176); }
div.DivClassName
{
background-color: #9509B0;
}
.BgClassName
{
background-color: #9509B0;
}
</style>
border-color css
<style>
span { border-color: #9509B0; }
span { border-color: rgb(149,9,176); }
td.TdClassName
{
border-color: #9509B0;
}
.TagClassName
{
border-color: #9509B0;
}
</style>