Shades of Dark Orchid #931EC5
Tints of Dark Orchid #931EC5
RGB
CMYK
RGB Variations
Color information
#931EC5 (or 0x931EC5) is known color: Dark Orchid. HEX triplet: 93, 1E and C5. RGB value is (147,30,197). Sum of RGB (Red+Green+Blue) = 147+30+197=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #931EC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931EC5 is #6CE13A. Grayscale: #535353. Windows color (decimal): -7135547 or 12918419. OLE color: 12918419.
HSL color Cylindrical-coordinate representation of color #931EC5: hue angle of 282.04º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931EC5 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 30 | 197 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.23 |
| HSL | 282.04º | 0.74% | 0.45% | - |
| HSV(B) | 282.04º | 0.85% | 0.77% | - |
| XYZ | 22.57 | 11.16 | 53.79 | - |
| YUV | 84.02 | 191.76 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 30 | 197 | 0.25 | 0.85 | 0 | 0.23 | 282.04 | 0.74 | 0.45 |
| Hex | 93 | 1E | C5 | 19 | 55 | 0 | 17 | 11A | 4A | 2D |
| Octal | 223 | 36 | 305 | 31 | 125 | 0 | 27 | 432 | 112 | 55 |
| Binary | 10010011 | 11110 | 11000101 | 11001 | 1010101 | 0 | 10111 | 100011010 | 1001010 | 101101 |
Color Harmonies of #931EC5
Complementary color
Monochromatic Colors of #931EC5
Black with #931EC5
Text Example
Text Example
White with #931EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931EC5; }
p { color: rgb(147,30,197); }
H1.HeaderClassName
{
color: #931EC5;
}
.AnyTagClassName
{
color: #931EC5;
}
</style>
background-color css
<style>
a { background-color: #931EC5; }
a { background-color: rgb(147,30,197); }
div.DivClassName
{
background-color: #931EC5;
}
.BgClassName
{
background-color: #931EC5;
}
</style>
border-color css
<style>
span { border-color: #931EC5; }
span { border-color: rgb(147,30,197); }
td.TdClassName
{
border-color: #931EC5;
}
.TagClassName
{
border-color: #931EC5;
}
</style>