Shades of Dark Orchid #9441CE
Tints of Dark Orchid #9441CE
RGB
CMYK
RGB Variations
Color information
#9441CE (or 0x9441CE) is known color: Dark Orchid. HEX triplet: 94, 41 and CE. RGB value is (148,65,206). Sum of RGB (Red+Green+Blue) = 148+65+206=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #9441CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9441CE is #6BBE31. Grayscale: #696969. Windows color (decimal): -7061042 or 13517204. OLE color: 13517204.
HSL color Cylindrical-coordinate representation of color #9441CE: hue angle of 275.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9441CE is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 65 | 206 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.19 |
| HSL | 275.32º | 0.59% | 0.53% | - |
| HSV(B) | 275.32º | 0.68% | 0.81% | - |
| XYZ | 25.24 | 14.53 | 59.87 | - |
| YUV | 105.89 | 184.5 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 206 | 0.28 | 0.68 | 0 | 0.19 | 275.32 | 0.59 | 0.53 |
| Hex | 94 | 41 | CE | 1C | 44 | 0 | 13 | 113 | 3B | 35 |
| Octal | 224 | 101 | 316 | 34 | 104 | 0 | 23 | 423 | 73 | 65 |
| Binary | 10010100 | 1000001 | 11001110 | 11100 | 1000100 | 0 | 10011 | 100010011 | 111011 | 110101 |
Color Harmonies of #9441CE
Complementary color
Monochromatic Colors of #9441CE
Black with #9441CE
Text Example
Text Example
White with #9441CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9441CE; }
p { color: rgb(148,65,206); }
H1.HeaderClassName
{
color: #9441CE;
}
.AnyTagClassName
{
color: #9441CE;
}
</style>
background-color css
<style>
a { background-color: #9441CE; }
a { background-color: rgb(148,65,206); }
div.DivClassName
{
background-color: #9441CE;
}
.BgClassName
{
background-color: #9441CE;
}
</style>
border-color css
<style>
span { border-color: #9441CE; }
span { border-color: rgb(148,65,206); }
td.TdClassName
{
border-color: #9441CE;
}
.TagClassName
{
border-color: #9441CE;
}
</style>