Shades of Dark Orchid #9431CE
Tints of Dark Orchid #9431CE
RGB
CMYK
RGB Variations
Color information
#9431CE (or 0x9431CE) is known color: Dark Orchid. HEX triplet: 94, 31 and CE. RGB value is (148,49,206). Sum of RGB (Red+Green+Blue) = 148+49+206=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #9431CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9431CE is #6BCE31. Grayscale: #5F5F5F. Windows color (decimal): -7065138 or 13513108. OLE color: 13513108.
HSL color Cylindrical-coordinate representation of color #9431CE: hue angle of 277.83º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9431CE is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 49 | 206 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.19 |
| HSL | 277.83º | 0.62% | 0.5% | - |
| HSV(B) | 277.83º | 0.76% | 0.81% | - |
| XYZ | 24.45 | 12.95 | 59.6 | - |
| YUV | 96.5 | 189.8 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 49 | 206 | 0.28 | 0.76 | 0 | 0.19 | 277.83 | 0.62 | 0.5 |
| Hex | 94 | 31 | CE | 1C | 4C | 0 | 13 | 116 | 3E | 32 |
| Octal | 224 | 61 | 316 | 34 | 114 | 0 | 23 | 426 | 76 | 62 |
| Binary | 10010100 | 110001 | 11001110 | 11100 | 1001100 | 0 | 10011 | 100010110 | 111110 | 110010 |
Color Harmonies of #9431CE
Complementary color
Monochromatic Colors of #9431CE
Black with #9431CE
Text Example
Text Example
White with #9431CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9431CE; }
p { color: rgb(148,49,206); }
H1.HeaderClassName
{
color: #9431CE;
}
.AnyTagClassName
{
color: #9431CE;
}
</style>
background-color css
<style>
a { background-color: #9431CE; }
a { background-color: rgb(148,49,206); }
div.DivClassName
{
background-color: #9431CE;
}
.BgClassName
{
background-color: #9431CE;
}
</style>
border-color css
<style>
span { border-color: #9431CE; }
span { border-color: rgb(148,49,206); }
td.TdClassName
{
border-color: #9431CE;
}
.TagClassName
{
border-color: #9431CE;
}
</style>