Shades of Dark Orchid #9544CE
Tints of Dark Orchid #9544CE
RGB
CMYK
RGB Variations
Color information
#9544CE (or 0x9544CE) is known color: Dark Orchid. HEX triplet: 95, 44 and CE. RGB value is (149,68,206). Sum of RGB (Red+Green+Blue) = 149+68+206=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #9544CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9544CE is #6ABB31. Grayscale: #6B6B6B. Windows color (decimal): -6994738 or 13517973. OLE color: 13517973.
HSL color Cylindrical-coordinate representation of color #9544CE: hue angle of 275.22º 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 #9544CE is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 68 | 206 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.19 |
| HSL | 275.22º | 0.58% | 0.54% | - |
| HSV(B) | 275.22º | 0.67% | 0.81% | - |
| XYZ | 25.6 | 14.98 | 59.93 | - |
| YUV | 107.95 | 183.34 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 206 | 0.28 | 0.67 | 0 | 0.19 | 275.22 | 0.58 | 0.54 |
| Hex | 95 | 44 | CE | 1C | 43 | 0 | 13 | 113 | 3A | 36 |
| Octal | 225 | 104 | 316 | 34 | 103 | 0 | 23 | 423 | 72 | 66 |
| Binary | 10010101 | 1000100 | 11001110 | 11100 | 1000011 | 0 | 10011 | 100010011 | 111010 | 110110 |
Color Harmonies of #9544CE
Complementary color
Monochromatic Colors of #9544CE
Black with #9544CE
Text Example
Text Example
White with #9544CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9544CE; }
p { color: rgb(149,68,206); }
H1.HeaderClassName
{
color: #9544CE;
}
.AnyTagClassName
{
color: #9544CE;
}
</style>
background-color css
<style>
a { background-color: #9544CE; }
a { background-color: rgb(149,68,206); }
div.DivClassName
{
background-color: #9544CE;
}
.BgClassName
{
background-color: #9544CE;
}
</style>
border-color css
<style>
span { border-color: #9544CE; }
span { border-color: rgb(149,68,206); }
td.TdClassName
{
border-color: #9544CE;
}
.TagClassName
{
border-color: #9544CE;
}
</style>