Shades of Dark Orchid #9518BF
Tints of Dark Orchid #9518BF
RGB
CMYK
RGB Variations
Color information
#9518BF (or 0x9518BF) is known color: Dark Orchid. HEX triplet: 95, 18 and BF. RGB value is (149,24,191). Sum of RGB (Red+Green+Blue) = 149+24+191=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #9518BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518BF is #6AE740. Grayscale: #4F4F4F. Windows color (decimal): -7006017 or 12523669. OLE color: 12523669.
HSL color Cylindrical-coordinate representation of color #9518BF: hue angle of 284.91º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9518BF is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 24 | 191 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.25 |
| HSL | 284.91º | 0.78% | 0.42% | - |
| HSV(B) | 284.91º | 0.87% | 0.75% | - |
| XYZ | 22.13 | 10.8 | 50.21 | - |
| YUV | 80.41 | 190.41 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 191 | 0.22 | 0.87 | 0 | 0.25 | 284.91 | 0.78 | 0.42 |
| Hex | 95 | 18 | BF | 16 | 57 | 0 | 19 | 11D | 4E | 2A |
| Octal | 225 | 30 | 277 | 26 | 127 | 0 | 31 | 435 | 116 | 52 |
| Binary | 10010101 | 11000 | 10111111 | 10110 | 1010111 | 0 | 11001 | 100011101 | 1001110 | 101010 |
Color Harmonies of #9518BF
Complementary color
Monochromatic Colors of #9518BF
Black with #9518BF
Text Example
Text Example
White with #9518BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9518BF; }
p { color: rgb(149,24,191); }
H1.HeaderClassName
{
color: #9518BF;
}
.AnyTagClassName
{
color: #9518BF;
}
</style>
background-color css
<style>
a { background-color: #9518BF; }
a { background-color: rgb(149,24,191); }
div.DivClassName
{
background-color: #9518BF;
}
.BgClassName
{
background-color: #9518BF;
}
</style>
border-color css
<style>
span { border-color: #9518BF; }
span { border-color: rgb(149,24,191); }
td.TdClassName
{
border-color: #9518BF;
}
.TagClassName
{
border-color: #9518BF;
}
</style>