Shades of Dark Orchid #9527B1
Tints of Dark Orchid #9527B1
RGB
CMYK
RGB Variations
Color information
#9527B1 (or 0x9527B1) is known color: Dark Orchid. HEX triplet: 95, 27 and B1. RGB value is (149,39,177). Sum of RGB (Red+Green+Blue) = 149+39+177=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 177 - color contains mainly: blue. Hex color #9527B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9527B1 is #6AD84E. Grayscale: #575757. Windows color (decimal): -7002191 or 11610005. OLE color: 11610005.
HSL color Cylindrical-coordinate representation of color #9527B1: hue angle of 287.83º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9527B1 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 39 | 177 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.31 |
| HSL | 287.83º | 0.64% | 0.42% | - |
| HSV(B) | 287.83º | 0.78% | 0.69% | - |
| XYZ | 21.06 | 11.01 | 42.61 | - |
| YUV | 87.62 | 178.44 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 177 | 0.16 | 0.78 | 0 | 0.31 | 287.83 | 0.64 | 0.42 |
| Hex | 95 | 27 | B1 | 10 | 4E | 0 | 1F | 120 | 40 | 2A |
| Octal | 225 | 47 | 261 | 20 | 116 | 0 | 37 | 440 | 100 | 52 |
| Binary | 10010101 | 100111 | 10110001 | 10000 | 1001110 | 0 | 11111 | 100100000 | 1000000 | 101010 |
Color Harmonies of #9527B1
Complementary color
Monochromatic Colors of #9527B1
Black with #9527B1
Text Example
Text Example
White with #9527B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9527B1; }
p { color: rgb(149,39,177); }
H1.HeaderClassName
{
color: #9527B1;
}
.AnyTagClassName
{
color: #9527B1;
}
</style>
background-color css
<style>
a { background-color: #9527B1; }
a { background-color: rgb(149,39,177); }
div.DivClassName
{
background-color: #9527B1;
}
.BgClassName
{
background-color: #9527B1;
}
</style>
border-color css
<style>
span { border-color: #9527B1; }
span { border-color: rgb(149,39,177); }
td.TdClassName
{
border-color: #9527B1;
}
.TagClassName
{
border-color: #9527B1;
}
</style>