Shades of Dark Orchid #9520C9
Tints of Dark Orchid #9520C9
RGB
CMYK
RGB Variations
Color information
#9520C9 (or 0x9520C9) is known color: Dark Orchid. HEX triplet: 95, 20 and C9. RGB value is (149,32,201). Sum of RGB (Red+Green+Blue) = 149+32+201=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #9520C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9520C9 is #6ADF36. Grayscale: #555555. Windows color (decimal): -7003959 or 13181077. OLE color: 13181077.
HSL color Cylindrical-coordinate representation of color #9520C9: hue angle of 281.54º 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 #9520C9 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 32 | 201 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.21 |
| HSL | 281.54º | 0.73% | 0.46% | - |
| HSV(B) | 281.54º | 0.84% | 0.79% | - |
| XYZ | 23.45 | 11.64 | 56.27 | - |
| YUV | 86.25 | 192.76 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 201 | 0.26 | 0.84 | 0 | 0.21 | 281.54 | 0.73 | 0.46 |
| Hex | 95 | 20 | C9 | 1A | 54 | 0 | 15 | 11A | 49 | 2E |
| Octal | 225 | 40 | 311 | 32 | 124 | 0 | 25 | 432 | 111 | 56 |
| Binary | 10010101 | 100000 | 11001001 | 11010 | 1010100 | 0 | 10101 | 100011010 | 1001001 | 101110 |
Color Harmonies of #9520C9
Complementary color
Monochromatic Colors of #9520C9
Black with #9520C9
Text Example
Text Example
White with #9520C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9520C9; }
p { color: rgb(149,32,201); }
H1.HeaderClassName
{
color: #9520C9;
}
.AnyTagClassName
{
color: #9520C9;
}
</style>
background-color css
<style>
a { background-color: #9520C9; }
a { background-color: rgb(149,32,201); }
div.DivClassName
{
background-color: #9520C9;
}
.BgClassName
{
background-color: #9520C9;
}
</style>
border-color css
<style>
span { border-color: #9520C9; }
span { border-color: rgb(149,32,201); }
td.TdClassName
{
border-color: #9520C9;
}
.TagClassName
{
border-color: #9520C9;
}
</style>