Shades of Dark Orchid #9527BF
Tints of Dark Orchid #9527BF
RGB
CMYK
RGB Variations
Color information
#9527BF (or 0x9527BF) is known color: Dark Orchid. HEX triplet: 95, 27 and BF. RGB value is (149,39,191). Sum of RGB (Red+Green+Blue) = 149+39+191=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #9527BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9527BF is #6AD840. Grayscale: #585858. Windows color (decimal): -7002177 or 12527509. OLE color: 12527509.
HSL color Cylindrical-coordinate representation of color #9527BF: hue angle of 283.42º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9527BF is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 39 | 191 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.25 |
| HSL | 283.42º | 0.66% | 0.45% | - |
| HSV(B) | 283.42º | 0.8% | 0.75% | - |
| XYZ | 22.52 | 11.6 | 50.34 | - |
| YUV | 89.22 | 185.44 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 191 | 0.22 | 0.80 | 0 | 0.25 | 283.42 | 0.66 | 0.45 |
| Hex | 95 | 27 | BF | 16 | 50 | 0 | 19 | 11B | 42 | 2D |
| Octal | 225 | 47 | 277 | 26 | 120 | 0 | 31 | 433 | 102 | 55 |
| Binary | 10010101 | 100111 | 10111111 | 10110 | 1010000 | 0 | 11001 | 100011011 | 1000010 | 101101 |
Color Harmonies of #9527BF
Complementary color
Monochromatic Colors of #9527BF
Black with #9527BF
Text Example
Text Example
White with #9527BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9527BF; }
p { color: rgb(149,39,191); }
H1.HeaderClassName
{
color: #9527BF;
}
.AnyTagClassName
{
color: #9527BF;
}
</style>
background-color css
<style>
a { background-color: #9527BF; }
a { background-color: rgb(149,39,191); }
div.DivClassName
{
background-color: #9527BF;
}
.BgClassName
{
background-color: #9527BF;
}
</style>
border-color css
<style>
span { border-color: #9527BF; }
span { border-color: rgb(149,39,191); }
td.TdClassName
{
border-color: #9527BF;
}
.TagClassName
{
border-color: #9527BF;
}
</style>