Shades of Dark Orchid #9520CB
Tints of Dark Orchid #9520CB
RGB
CMYK
RGB Variations
Color information
#9520CB (or 0x9520CB) is known color: Dark Orchid. HEX triplet: 95, 20 and CB. RGB value is (149,32,203). Sum of RGB (Red+Green+Blue) = 149+32+203=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #9520CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9520CB is #6ADF34. Grayscale: #555555. Windows color (decimal): -7003957 or 13312149. OLE color: 13312149.
HSL color Cylindrical-coordinate representation of color #9520CB: hue angle of 281.05º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9520CB is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 32 | 203 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.20 |
| HSL | 281.05º | 0.73% | 0.46% | - |
| HSV(B) | 281.05º | 0.84% | 0.8% | - |
| XYZ | 23.69 | 11.73 | 57.52 | - |
| YUV | 86.48 | 193.76 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 203 | 0.27 | 0.84 | 0 | 0.20 | 281.05 | 0.73 | 0.46 |
| Hex | 95 | 20 | CB | 1B | 54 | 0 | 14 | 119 | 49 | 2E |
| Octal | 225 | 40 | 313 | 33 | 124 | 0 | 24 | 431 | 111 | 56 |
| Binary | 10010101 | 100000 | 11001011 | 11011 | 1010100 | 0 | 10100 | 100011001 | 1001001 | 101110 |
Color Harmonies of #9520CB
Complementary color
Monochromatic Colors of #9520CB
Black with #9520CB
Text Example
Text Example
White with #9520CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9520CB; }
p { color: rgb(149,32,203); }
H1.HeaderClassName
{
color: #9520CB;
}
.AnyTagClassName
{
color: #9520CB;
}
</style>
background-color css
<style>
a { background-color: #9520CB; }
a { background-color: rgb(149,32,203); }
div.DivClassName
{
background-color: #9520CB;
}
.BgClassName
{
background-color: #9520CB;
}
</style>
border-color css
<style>
span { border-color: #9520CB; }
span { border-color: rgb(149,32,203); }
td.TdClassName
{
border-color: #9520CB;
}
.TagClassName
{
border-color: #9520CB;
}
</style>