Shades of Dark Orchid #9517BB
Tints of Dark Orchid #9517BB
RGB
CMYK
RGB Variations
Color information
#9517BB (or 0x9517BB) is known color: Dark Orchid. HEX triplet: 95, 17 and BB. RGB value is (149,23,187). Sum of RGB (Red+Green+Blue) = 149+23+187=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #9517BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9517BB is #6AE844. Grayscale: #4E4E4E. Windows color (decimal): -7006277 or 12261269. OLE color: 12261269.
HSL color Cylindrical-coordinate representation of color #9517BB: hue angle of 286.1º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9517BB is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 23 | 187 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.27 |
| HSL | 286.1º | 0.78% | 0.41% | - |
| HSV(B) | 286.1º | 0.88% | 0.73% | - |
| XYZ | 21.67 | 10.59 | 47.92 | - |
| YUV | 79.37 | 188.74 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 187 | 0.20 | 0.88 | 0 | 0.27 | 286.1 | 0.78 | 0.41 |
| Hex | 95 | 17 | BB | 14 | 58 | 0 | 1B | 11E | 4E | 29 |
| Octal | 225 | 27 | 273 | 24 | 130 | 0 | 33 | 436 | 116 | 51 |
| Binary | 10010101 | 10111 | 10111011 | 10100 | 1011000 | 0 | 11011 | 100011110 | 1001110 | 101001 |
Color Harmonies of #9517BB
Complementary color
Monochromatic Colors of #9517BB
Black with #9517BB
Text Example
Text Example
White with #9517BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9517BB; }
p { color: rgb(149,23,187); }
H1.HeaderClassName
{
color: #9517BB;
}
.AnyTagClassName
{
color: #9517BB;
}
</style>
background-color css
<style>
a { background-color: #9517BB; }
a { background-color: rgb(149,23,187); }
div.DivClassName
{
background-color: #9517BB;
}
.BgClassName
{
background-color: #9517BB;
}
</style>
border-color css
<style>
span { border-color: #9517BB; }
span { border-color: rgb(149,23,187); }
td.TdClassName
{
border-color: #9517BB;
}
.TagClassName
{
border-color: #9517BB;
}
</style>