Shades of Dark Orchid #9947CB
Tints of Dark Orchid #9947CB
RGB
CMYK
RGB Variations
Color information
#9947CB (or 0x9947CB) is known color: Dark Orchid. HEX triplet: 99, 47 and CB. RGB value is (153,71,203). Sum of RGB (Red+Green+Blue) = 153+71+203=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #9947CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9947CB is #66B834. Grayscale: #6E6E6E. Windows color (decimal): -6731829 or 13322137. OLE color: 13322137.
HSL color Cylindrical-coordinate representation of color #9947CB: hue angle of 277.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9947CB is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 71 | 203 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.20 |
| HSL | 277.27º | 0.56% | 0.54% | - |
| HSV(B) | 277.27º | 0.65% | 0.8% | - |
| XYZ | 26.17 | 15.59 | 58.13 | - |
| YUV | 110.57 | 180.17 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 203 | 0.25 | 0.65 | 0 | 0.20 | 277.27 | 0.56 | 0.54 |
| Hex | 99 | 47 | CB | 19 | 41 | 0 | 14 | 115 | 38 | 36 |
| Octal | 231 | 107 | 313 | 31 | 101 | 0 | 24 | 425 | 70 | 66 |
| Binary | 10011001 | 1000111 | 11001011 | 11001 | 1000001 | 0 | 10100 | 100010101 | 111000 | 110110 |
Color Harmonies of #9947CB
Complementary color
Monochromatic Colors of #9947CB
Black with #9947CB
Text Example
Text Example
White with #9947CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9947CB; }
p { color: rgb(153,71,203); }
H1.HeaderClassName
{
color: #9947CB;
}
.AnyTagClassName
{
color: #9947CB;
}
</style>
background-color css
<style>
a { background-color: #9947CB; }
a { background-color: rgb(153,71,203); }
div.DivClassName
{
background-color: #9947CB;
}
.BgClassName
{
background-color: #9947CB;
}
</style>
border-color css
<style>
span { border-color: #9947CB; }
span { border-color: rgb(153,71,203); }
td.TdClassName
{
border-color: #9947CB;
}
.TagClassName
{
border-color: #9947CB;
}
</style>