Shades of Dark Violet #9507BC
Tints of Dark Violet #9507BC
RGB
CMYK
RGB Variations
Color information
#9507BC (or 0x9507BC) is known color: Dark Violet. HEX triplet: 95, 07 and BC. RGB value is (149,7,188). Sum of RGB (Red+Green+Blue) = 149+7+188=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #9507BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9507BC is #6AF843. Grayscale: #454545. Windows color (decimal): -7010372 or 12322709. OLE color: 12322709.
HSL color Cylindrical-coordinate representation of color #9507BC: hue angle of 287.07º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9507BC is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 7 | 188 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.26 |
| HSL | 287.07º | 0.93% | 0.38% | - |
| HSV(B) | 287.07º | 0.96% | 0.74% | - |
| XYZ | 21.55 | 10.17 | 48.4 | - |
| YUV | 70.09 | 194.54 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 188 | 0.21 | 0.96 | 0 | 0.26 | 287.07 | 0.93 | 0.38 |
| Hex | 95 | 7 | BC | 15 | 60 | 0 | 1A | 11F | 5D | 26 |
| Octal | 225 | 7 | 274 | 25 | 140 | 0 | 32 | 437 | 135 | 46 |
| Binary | 10010101 | 111 | 10111100 | 10101 | 1100000 | 0 | 11010 | 100011111 | 1011101 | 100110 |
Color Harmonies of #9507BC
Complementary color
Monochromatic Colors of #9507BC
Black with #9507BC
Text Example
Text Example
White with #9507BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9507BC; }
p { color: rgb(149,7,188); }
H1.HeaderClassName
{
color: #9507BC;
}
.AnyTagClassName
{
color: #9507BC;
}
</style>
background-color css
<style>
a { background-color: #9507BC; }
a { background-color: rgb(149,7,188); }
div.DivClassName
{
background-color: #9507BC;
}
.BgClassName
{
background-color: #9507BC;
}
</style>
border-color css
<style>
span { border-color: #9507BC; }
span { border-color: rgb(149,7,188); }
td.TdClassName
{
border-color: #9507BC;
}
.TagClassName
{
border-color: #9507BC;
}
</style>