Shades of Dark Orchid #931EC4
Tints of Dark Orchid #931EC4
RGB
CMYK
RGB Variations
Color information
#931EC4 (or 0x931EC4) is known color: Dark Orchid. HEX triplet: 93, 1E and C4. RGB value is (147,30,196). Sum of RGB (Red+Green+Blue) = 147+30+196=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 196 (76.95% from 255 or 52.55% from 373); Max value from RGB is 196 - color contains mainly: blue. Hex color #931EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931EC4 is #6CE13B. Grayscale: #535353. Windows color (decimal): -7135548 or 12852883. OLE color: 12852883.
HSL color Cylindrical-coordinate representation of color #931EC4: hue angle of 282.29º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931EC4 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 30 | 196 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.23 |
| HSL | 282.29º | 0.73% | 0.44% | - |
| HSV(B) | 282.29º | 0.85% | 0.77% | - |
| XYZ | 22.46 | 11.12 | 53.19 | - |
| YUV | 83.91 | 191.26 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 30 | 196 | 0.25 | 0.85 | 0 | 0.23 | 282.29 | 0.73 | 0.44 |
| Hex | 93 | 1E | C4 | 19 | 55 | 0 | 17 | 11A | 49 | 2C |
| Octal | 223 | 36 | 304 | 31 | 125 | 0 | 27 | 432 | 111 | 54 |
| Binary | 10010011 | 11110 | 11000100 | 11001 | 1010101 | 0 | 10111 | 100011010 | 1001001 | 101100 |
Color Harmonies of #931EC4
Complementary color
Monochromatic Colors of #931EC4
Black with #931EC4
Text Example
Text Example
White with #931EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931EC4; }
p { color: rgb(147,30,196); }
H1.HeaderClassName
{
color: #931EC4;
}
.AnyTagClassName
{
color: #931EC4;
}
</style>
background-color css
<style>
a { background-color: #931EC4; }
a { background-color: rgb(147,30,196); }
div.DivClassName
{
background-color: #931EC4;
}
.BgClassName
{
background-color: #931EC4;
}
</style>
border-color css
<style>
span { border-color: #931EC4; }
span { border-color: rgb(147,30,196); }
td.TdClassName
{
border-color: #931EC4;
}
.TagClassName
{
border-color: #931EC4;
}
</style>