Shades of Dark Orchid #9520B1
Tints of Dark Orchid #9520B1
RGB
CMYK
RGB Variations
Color information
#9520B1 (or 0x9520B1) is known color: Dark Orchid. HEX triplet: 95, 20 and B1. RGB value is (149,32,177). Sum of RGB (Red+Green+Blue) = 149+32+177=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 177 - color contains mainly: blue. Hex color #9520B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9520B1 is #6ADF4E. Grayscale: #535353. Windows color (decimal): -7003983 or 11608213. OLE color: 11608213.
HSL color Cylindrical-coordinate representation of color #9520B1: hue angle of 288.41º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9520B1 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 32 | 177 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.31 |
| HSL | 288.41º | 0.69% | 0.41% | - |
| HSV(B) | 288.41º | 0.82% | 0.69% | - |
| XYZ | 20.85 | 10.6 | 42.54 | - |
| YUV | 83.51 | 180.76 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 177 | 0.16 | 0.82 | 0 | 0.31 | 288.41 | 0.69 | 0.41 |
| Hex | 95 | 20 | B1 | 10 | 52 | 0 | 1F | 120 | 45 | 29 |
| Octal | 225 | 40 | 261 | 20 | 122 | 0 | 37 | 440 | 105 | 51 |
| Binary | 10010101 | 100000 | 10110001 | 10000 | 1010010 | 0 | 11111 | 100100000 | 1000101 | 101001 |
Color Harmonies of #9520B1
Complementary color
Monochromatic Colors of #9520B1
Black with #9520B1
Text Example
Text Example
White with #9520B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9520B1; }
p { color: rgb(149,32,177); }
H1.HeaderClassName
{
color: #9520B1;
}
.AnyTagClassName
{
color: #9520B1;
}
</style>
background-color css
<style>
a { background-color: #9520B1; }
a { background-color: rgb(149,32,177); }
div.DivClassName
{
background-color: #9520B1;
}
.BgClassName
{
background-color: #9520B1;
}
</style>
border-color css
<style>
span { border-color: #9520B1; }
span { border-color: rgb(149,32,177); }
td.TdClassName
{
border-color: #9520B1;
}
.TagClassName
{
border-color: #9520B1;
}
</style>