Shades of Dark Orchid #9520CA
Tints of Dark Orchid #9520CA
RGB
CMYK
RGB Variations
Color information
#9520CA (or 0x9520CA) is known color: Dark Orchid. HEX triplet: 95, 20 and CA. RGB value is (149,32,202). Sum of RGB (Red+Green+Blue) = 149+32+202=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #9520CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9520CA is #6ADF35. Grayscale: #555555. Windows color (decimal): -7003958 or 13246613. OLE color: 13246613.
HSL color Cylindrical-coordinate representation of color #9520CA: hue angle of 281.29º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9520CA is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 32 | 202 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.21 |
| HSL | 281.29º | 0.73% | 0.46% | - |
| HSV(B) | 281.29º | 0.84% | 0.79% | - |
| XYZ | 23.57 | 11.69 | 56.89 | - |
| YUV | 86.36 | 193.26 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 202 | 0.26 | 0.84 | 0 | 0.21 | 281.29 | 0.73 | 0.46 |
| Hex | 95 | 20 | CA | 1A | 54 | 0 | 15 | 119 | 49 | 2E |
| Octal | 225 | 40 | 312 | 32 | 124 | 0 | 25 | 431 | 111 | 56 |
| Binary | 10010101 | 100000 | 11001010 | 11010 | 1010100 | 0 | 10101 | 100011001 | 1001001 | 101110 |
Color Harmonies of #9520CA
Complementary color
Monochromatic Colors of #9520CA
Black with #9520CA
Text Example
Text Example
White with #9520CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9520CA; }
p { color: rgb(149,32,202); }
H1.HeaderClassName
{
color: #9520CA;
}
.AnyTagClassName
{
color: #9520CA;
}
</style>
background-color css
<style>
a { background-color: #9520CA; }
a { background-color: rgb(149,32,202); }
div.DivClassName
{
background-color: #9520CA;
}
.BgClassName
{
background-color: #9520CA;
}
</style>
border-color css
<style>
span { border-color: #9520CA; }
span { border-color: rgb(149,32,202); }
td.TdClassName
{
border-color: #9520CA;
}
.TagClassName
{
border-color: #9520CA;
}
</style>