Shades of Dark Violet #9507B1
Tints of Dark Violet #9507B1
RGB
CMYK
RGB Variations
Color information
#9507B1 (or 0x9507B1) is known color: Dark Violet. HEX triplet: 95, 07 and B1. RGB value is (149,7,177). Sum of RGB (Red+Green+Blue) = 149+7+177=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 177 (69.53% from 255 or 53.15% from 333); Max value from RGB is 177 - color contains mainly: blue. Hex color #9507B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9507B1 is #6AF84E. Grayscale: #444444. Windows color (decimal): -7010383 or 11601813. OLE color: 11601813.
HSL color Cylindrical-coordinate representation of color #9507B1: hue angle of 290.12º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9507B1 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 7 | 177 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.31 |
| HSL | 290.12º | 0.92% | 0.36% | - |
| HSV(B) | 290.12º | 0.96% | 0.69% | - |
| XYZ | 20.41 | 9.72 | 42.39 | - |
| YUV | 68.84 | 189.04 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 177 | 0.16 | 0.96 | 0 | 0.31 | 290.12 | 0.92 | 0.36 |
| Hex | 95 | 7 | B1 | 10 | 60 | 0 | 1F | 122 | 5C | 24 |
| Octal | 225 | 7 | 261 | 20 | 140 | 0 | 37 | 442 | 134 | 44 |
| Binary | 10010101 | 111 | 10110001 | 10000 | 1100000 | 0 | 11111 | 100100010 | 1011100 | 100100 |
Color Harmonies of #9507B1
Complementary color
Monochromatic Colors of #9507B1
Black with #9507B1
Text Example
Text Example
White with #9507B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9507B1; }
p { color: rgb(149,7,177); }
H1.HeaderClassName
{
color: #9507B1;
}
.AnyTagClassName
{
color: #9507B1;
}
</style>
background-color css
<style>
a { background-color: #9507B1; }
a { background-color: rgb(149,7,177); }
div.DivClassName
{
background-color: #9507B1;
}
.BgClassName
{
background-color: #9507B1;
}
</style>
border-color css
<style>
span { border-color: #9507B1; }
span { border-color: rgb(149,7,177); }
td.TdClassName
{
border-color: #9507B1;
}
.TagClassName
{
border-color: #9507B1;
}
</style>