Shades of Dark Orchid #9944CE
Tints of Dark Orchid #9944CE
RGB
CMYK
RGB Variations
Color information
#9944CE (or 0x9944CE) is known color: Dark Orchid. HEX triplet: 99, 44 and CE. RGB value is (153,68,206). Sum of RGB (Red+Green+Blue) = 153+68+206=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #9944CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9944CE is #66BB31. Grayscale: #6C6C6C. Windows color (decimal): -6732594 or 13517977. OLE color: 13517977.
HSL color Cylindrical-coordinate representation of color #9944CE: hue angle of 276.96º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9944CE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 68 | 206 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.19 |
| HSL | 276.96º | 0.58% | 0.54% | - |
| HSV(B) | 276.96º | 0.67% | 0.81% | - |
| XYZ | 26.34 | 15.36 | 59.97 | - |
| YUV | 109.15 | 182.66 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 206 | 0.26 | 0.67 | 0 | 0.19 | 276.96 | 0.58 | 0.54 |
| Hex | 99 | 44 | CE | 1A | 43 | 0 | 13 | 115 | 3A | 36 |
| Octal | 231 | 104 | 316 | 32 | 103 | 0 | 23 | 425 | 72 | 66 |
| Binary | 10011001 | 1000100 | 11001110 | 11010 | 1000011 | 0 | 10011 | 100010101 | 111010 | 110110 |
Color Harmonies of #9944CE
Complementary color
Monochromatic Colors of #9944CE
Black with #9944CE
Text Example
Text Example
White with #9944CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9944CE; }
p { color: rgb(153,68,206); }
H1.HeaderClassName
{
color: #9944CE;
}
.AnyTagClassName
{
color: #9944CE;
}
</style>
background-color css
<style>
a { background-color: #9944CE; }
a { background-color: rgb(153,68,206); }
div.DivClassName
{
background-color: #9944CE;
}
.BgClassName
{
background-color: #9944CE;
}
</style>
border-color css
<style>
span { border-color: #9944CE; }
span { border-color: rgb(153,68,206); }
td.TdClassName
{
border-color: #9944CE;
}
.TagClassName
{
border-color: #9944CE;
}
</style>