Shades of Dark Orchid #9444CE
Tints of Dark Orchid #9444CE
RGB
CMYK
RGB Variations
Color information
#9444CE (or 0x9444CE) is known color: Dark Orchid. HEX triplet: 94, 44 and CE. RGB value is (148,68,206). Sum of RGB (Red+Green+Blue) = 148+68+206=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #9444CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9444CE is #6BBB31. Grayscale: #6B6B6B. Windows color (decimal): -7060274 or 13517972. OLE color: 13517972.
HSL color Cylindrical-coordinate representation of color #9444CE: hue angle of 274.78º 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 #9444CE is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 68 | 206 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.19 |
| HSL | 274.78º | 0.58% | 0.54% | - |
| HSV(B) | 274.78º | 0.67% | 0.81% | - |
| XYZ | 25.42 | 14.89 | 59.93 | - |
| YUV | 107.65 | 183.5 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 68 | 206 | 0.28 | 0.67 | 0 | 0.19 | 274.78 | 0.58 | 0.54 |
| Hex | 94 | 44 | CE | 1C | 43 | 0 | 13 | 113 | 3A | 36 |
| Octal | 224 | 104 | 316 | 34 | 103 | 0 | 23 | 423 | 72 | 66 |
| Binary | 10010100 | 1000100 | 11001110 | 11100 | 1000011 | 0 | 10011 | 100010011 | 111010 | 110110 |
Color Harmonies of #9444CE
Complementary color
Monochromatic Colors of #9444CE
Black with #9444CE
Text Example
Text Example
White with #9444CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9444CE; }
p { color: rgb(148,68,206); }
H1.HeaderClassName
{
color: #9444CE;
}
.AnyTagClassName
{
color: #9444CE;
}
</style>
background-color css
<style>
a { background-color: #9444CE; }
a { background-color: rgb(148,68,206); }
div.DivClassName
{
background-color: #9444CE;
}
.BgClassName
{
background-color: #9444CE;
}
</style>
border-color css
<style>
span { border-color: #9444CE; }
span { border-color: rgb(148,68,206); }
td.TdClassName
{
border-color: #9444CE;
}
.TagClassName
{
border-color: #9444CE;
}
</style>