Shades of Dark Orchid #9520D3
Tints of Dark Orchid #9520D3
RGB
CMYK
RGB Variations
Color information
#9520D3 (or 0x9520D3) is known color: Dark Orchid. HEX triplet: 95, 20 and D3. RGB value is (149,32,211). Sum of RGB (Red+Green+Blue) = 149+32+211=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 211 (82.81% from 255 or 53.83% from 392); Max value from RGB is 211 - color contains mainly: blue. Hex color #9520D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9520D3 is #6ADF2C. Grayscale: #565656. Windows color (decimal): -7003949 or 13836437. OLE color: 13836437.
HSL color Cylindrical-coordinate representation of color #9520D3: hue angle of 279.22º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9520D3 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 32 | 211 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.17 |
| HSL | 279.22º | 0.74% | 0.48% | - |
| HSV(B) | 279.22º | 0.85% | 0.83% | - |
| XYZ | 24.67 | 12.13 | 62.67 | - |
| YUV | 87.39 | 197.76 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 211 | 0.29 | 0.85 | 0 | 0.17 | 279.22 | 0.74 | 0.48 |
| Hex | 95 | 20 | D3 | 1D | 55 | 0 | 11 | 117 | 4A | 30 |
| Octal | 225 | 40 | 323 | 35 | 125 | 0 | 21 | 427 | 112 | 60 |
| Binary | 10010101 | 100000 | 11010011 | 11101 | 1010101 | 0 | 10001 | 100010111 | 1001010 | 110000 |
Color Harmonies of #9520D3
Complementary color
Monochromatic Colors of #9520D3
Black with #9520D3
Text Example
Text Example
White with #9520D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9520D3; }
p { color: rgb(149,32,211); }
H1.HeaderClassName
{
color: #9520D3;
}
.AnyTagClassName
{
color: #9520D3;
}
</style>
background-color css
<style>
a { background-color: #9520D3; }
a { background-color: rgb(149,32,211); }
div.DivClassName
{
background-color: #9520D3;
}
.BgClassName
{
background-color: #9520D3;
}
</style>
border-color css
<style>
span { border-color: #9520D3; }
span { border-color: rgb(149,32,211); }
td.TdClassName
{
border-color: #9520D3;
}
.TagClassName
{
border-color: #9520D3;
}
</style>