Shades of Dark Violet #9508BA
Tints of Dark Violet #9508BA
RGB
CMYK
RGB Variations
Color information
#9508BA (or 0x9508BA) is known color: Dark Violet. HEX triplet: 95, 08 and BA. RGB value is (149,8,186). Sum of RGB (Red+Green+Blue) = 149+8+186=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #9508BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9508BA is #6AF745. Grayscale: #454545. Windows color (decimal): -7010118 or 12191893. OLE color: 12191893.
HSL color Cylindrical-coordinate representation of color #9508BA: hue angle of 287.53º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9508BA is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 8 | 186 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.27 |
| HSL | 287.53º | 0.92% | 0.38% | - |
| HSV(B) | 287.53º | 0.96% | 0.73% | - |
| XYZ | 21.34 | 10.11 | 47.28 | - |
| YUV | 70.45 | 193.21 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 186 | 0.20 | 0.96 | 0 | 0.27 | 287.53 | 0.92 | 0.38 |
| Hex | 95 | 8 | BA | 14 | 60 | 0 | 1B | 120 | 5C | 26 |
| Octal | 225 | 10 | 272 | 24 | 140 | 0 | 33 | 440 | 134 | 46 |
| Binary | 10010101 | 1000 | 10111010 | 10100 | 1100000 | 0 | 11011 | 100100000 | 1011100 | 100110 |
Color Harmonies of #9508BA
Complementary color
Monochromatic Colors of #9508BA
Black with #9508BA
Text Example
Text Example
White with #9508BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9508BA; }
p { color: rgb(149,8,186); }
H1.HeaderClassName
{
color: #9508BA;
}
.AnyTagClassName
{
color: #9508BA;
}
</style>
background-color css
<style>
a { background-color: #9508BA; }
a { background-color: rgb(149,8,186); }
div.DivClassName
{
background-color: #9508BA;
}
.BgClassName
{
background-color: #9508BA;
}
</style>
border-color css
<style>
span { border-color: #9508BA; }
span { border-color: rgb(149,8,186); }
td.TdClassName
{
border-color: #9508BA;
}
.TagClassName
{
border-color: #9508BA;
}
</style>