Shades of Dark Violet #9510BF
Tints of Dark Violet #9510BF
RGB
CMYK
RGB Variations
Color information
#9510BF (or 0x9510BF) is known color: Dark Violet. HEX triplet: 95, 10 and BF. RGB value is (149,16,191). Sum of RGB (Red+Green+Blue) = 149+16+191=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #9510BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9510BF is #6AEF40. Grayscale: #4B4B4B. Windows color (decimal): -7008065 or 12521621. OLE color: 12521621.
HSL color Cylindrical-coordinate representation of color #9510BF: hue angle of 285.6º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9510BF is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 16 | 191 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.25 |
| HSL | 285.6º | 0.85% | 0.41% | - |
| HSV(B) | 285.6º | 0.92% | 0.75% | - |
| XYZ | 21.98 | 10.52 | 50.16 | - |
| YUV | 75.72 | 193.06 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 191 | 0.22 | 0.92 | 0 | 0.25 | 285.6 | 0.85 | 0.41 |
| Hex | 95 | 10 | BF | 16 | 5C | 0 | 19 | 11E | 55 | 29 |
| Octal | 225 | 20 | 277 | 26 | 134 | 0 | 31 | 436 | 125 | 51 |
| Binary | 10010101 | 10000 | 10111111 | 10110 | 1011100 | 0 | 11001 | 100011110 | 1010101 | 101001 |
Color Harmonies of #9510BF
Complementary color
Monochromatic Colors of #9510BF
Black with #9510BF
Text Example
Text Example
White with #9510BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9510BF; }
p { color: rgb(149,16,191); }
H1.HeaderClassName
{
color: #9510BF;
}
.AnyTagClassName
{
color: #9510BF;
}
</style>
background-color css
<style>
a { background-color: #9510BF; }
a { background-color: rgb(149,16,191); }
div.DivClassName
{
background-color: #9510BF;
}
.BgClassName
{
background-color: #9510BF;
}
</style>
border-color css
<style>
span { border-color: #9510BF; }
span { border-color: rgb(149,16,191); }
td.TdClassName
{
border-color: #9510BF;
}
.TagClassName
{
border-color: #9510BF;
}
</style>