Shades of Dark Orchid #9947CE
Tints of Dark Orchid #9947CE
RGB
CMYK
RGB Variations
Color information
#9947CE (or 0x9947CE) is known color: Dark Orchid. HEX triplet: 99, 47 and CE. RGB value is (153,71,206). Sum of RGB (Red+Green+Blue) = 153+71+206=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #9947CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9947CE is #66B831. Grayscale: #6E6E6E. Windows color (decimal): -6731826 or 13518745. OLE color: 13518745.
HSL color Cylindrical-coordinate representation of color #9947CE: hue angle of 276.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9947CE is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 71 | 206 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.19 |
| HSL | 276.44º | 0.58% | 0.54% | - |
| HSV(B) | 276.44º | 0.66% | 0.81% | - |
| XYZ | 26.53 | 15.74 | 60.03 | - |
| YUV | 110.91 | 181.67 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 206 | 0.26 | 0.66 | 0 | 0.19 | 276.44 | 0.58 | 0.54 |
| Hex | 99 | 47 | CE | 1A | 42 | 0 | 13 | 114 | 3A | 36 |
| Octal | 231 | 107 | 316 | 32 | 102 | 0 | 23 | 424 | 72 | 66 |
| Binary | 10011001 | 1000111 | 11001110 | 11010 | 1000010 | 0 | 10011 | 100010100 | 111010 | 110110 |
Color Harmonies of #9947CE
Complementary color
Monochromatic Colors of #9947CE
Black with #9947CE
Text Example
Text Example
White with #9947CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9947CE; }
p { color: rgb(153,71,206); }
H1.HeaderClassName
{
color: #9947CE;
}
.AnyTagClassName
{
color: #9947CE;
}
</style>
background-color css
<style>
a { background-color: #9947CE; }
a { background-color: rgb(153,71,206); }
div.DivClassName
{
background-color: #9947CE;
}
.BgClassName
{
background-color: #9947CE;
}
</style>
border-color css
<style>
span { border-color: #9947CE; }
span { border-color: rgb(153,71,206); }
td.TdClassName
{
border-color: #9947CE;
}
.TagClassName
{
border-color: #9947CE;
}
</style>