Shades of Dark Violet #9510BD
Tints of Dark Violet #9510BD
RGB
CMYK
RGB Variations
Color information
#9510BD (or 0x9510BD) is known color: Dark Violet. HEX triplet: 95, 10 and BD. RGB value is (149,16,189). Sum of RGB (Red+Green+Blue) = 149+16+189=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #9510BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9510BD is #6AEF42. Grayscale: #4A4A4A. Windows color (decimal): -7008067 or 12390549. OLE color: 12390549.
HSL color Cylindrical-coordinate representation of color #9510BD: hue angle of 286.13º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9510BD is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 16 | 189 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.26 |
| HSL | 286.13º | 0.84% | 0.4% | - |
| HSV(B) | 286.13º | 0.92% | 0.74% | - |
| XYZ | 21.77 | 10.43 | 49.01 | - |
| YUV | 75.49 | 192.06 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 189 | 0.21 | 0.92 | 0 | 0.26 | 286.13 | 0.84 | 0.4 |
| Hex | 95 | 10 | BD | 15 | 5C | 0 | 1A | 11E | 54 | 28 |
| Octal | 225 | 20 | 275 | 25 | 134 | 0 | 32 | 436 | 124 | 50 |
| Binary | 10010101 | 10000 | 10111101 | 10101 | 1011100 | 0 | 11010 | 100011110 | 1010100 | 101000 |
Color Harmonies of #9510BD
Complementary color
Monochromatic Colors of #9510BD
Black with #9510BD
Text Example
Text Example
White with #9510BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9510BD; }
p { color: rgb(149,16,189); }
H1.HeaderClassName
{
color: #9510BD;
}
.AnyTagClassName
{
color: #9510BD;
}
</style>
background-color css
<style>
a { background-color: #9510BD; }
a { background-color: rgb(149,16,189); }
div.DivClassName
{
background-color: #9510BD;
}
.BgClassName
{
background-color: #9510BD;
}
</style>
border-color css
<style>
span { border-color: #9510BD; }
span { border-color: rgb(149,16,189); }
td.TdClassName
{
border-color: #9510BD;
}
.TagClassName
{
border-color: #9510BD;
}
</style>