Shades of Dark Orchid #9520D5
Tints of Dark Orchid #9520D5
RGB
CMYK
RGB Variations
Color information
#9520D5 (or 0x9520D5) is known color: Dark Orchid. HEX triplet: 95, 20 and D5. RGB value is (149,32,213). Sum of RGB (Red+Green+Blue) = 149+32+213=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #9520D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9520D5 is #6ADF2A. Grayscale: #575757. Windows color (decimal): -7003947 or 13967509. OLE color: 13967509.
HSL color Cylindrical-coordinate representation of color #9520D5: hue angle of 278.78º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9520D5 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 32 | 213 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.16 |
| HSL | 278.78º | 0.74% | 0.48% | - |
| HSV(B) | 278.78º | 0.85% | 0.84% | - |
| XYZ | 24.92 | 12.23 | 64 | - |
| YUV | 87.62 | 198.76 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 213 | 0.30 | 0.85 | 0 | 0.16 | 278.78 | 0.74 | 0.48 |
| Hex | 95 | 20 | D5 | 1E | 55 | 0 | 10 | 117 | 4A | 30 |
| Octal | 225 | 40 | 325 | 36 | 125 | 0 | 20 | 427 | 112 | 60 |
| Binary | 10010101 | 100000 | 11010101 | 11110 | 1010101 | 0 | 10000 | 100010111 | 1001010 | 110000 |
Color Harmonies of #9520D5
Complementary color
Monochromatic Colors of #9520D5
Black with #9520D5
Text Example
Text Example
White with #9520D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9520D5; }
p { color: rgb(149,32,213); }
H1.HeaderClassName
{
color: #9520D5;
}
.AnyTagClassName
{
color: #9520D5;
}
</style>
background-color css
<style>
a { background-color: #9520D5; }
a { background-color: rgb(149,32,213); }
div.DivClassName
{
background-color: #9520D5;
}
.BgClassName
{
background-color: #9520D5;
}
</style>
border-color css
<style>
span { border-color: #9520D5; }
span { border-color: rgb(149,32,213); }
td.TdClassName
{
border-color: #9520D5;
}
.TagClassName
{
border-color: #9520D5;
}
</style>