Shades of Dark Orchid #931ECB
Tints of Dark Orchid #931ECB
RGB
CMYK
RGB Variations
Color information
#931ECB (or 0x931ECB) is known color: Dark Orchid. HEX triplet: 93, 1E and CB. RGB value is (147,30,203). Sum of RGB (Red+Green+Blue) = 147+30+203=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #931ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931ECB is #6CE134. Grayscale: #545454. Windows color (decimal): -7135541 or 13311635. OLE color: 13311635.
HSL color Cylindrical-coordinate representation of color #931ECB: hue angle of 280.58º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931ECB is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 30 | 203 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.20 |
| HSL | 280.58º | 0.74% | 0.46% | - |
| HSV(B) | 280.58º | 0.85% | 0.8% | - |
| XYZ | 23.28 | 11.44 | 57.48 | - |
| YUV | 84.71 | 194.76 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 30 | 203 | 0.28 | 0.85 | 0 | 0.20 | 280.58 | 0.74 | 0.46 |
| Hex | 93 | 1E | CB | 1C | 55 | 0 | 14 | 119 | 4A | 2E |
| Octal | 223 | 36 | 313 | 34 | 125 | 0 | 24 | 431 | 112 | 56 |
| Binary | 10010011 | 11110 | 11001011 | 11100 | 1010101 | 0 | 10100 | 100011001 | 1001010 | 101110 |
Color Harmonies of #931ECB
Complementary color
Monochromatic Colors of #931ECB
Black with #931ECB
Text Example
Text Example
White with #931ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931ECB; }
p { color: rgb(147,30,203); }
H1.HeaderClassName
{
color: #931ECB;
}
.AnyTagClassName
{
color: #931ECB;
}
</style>
background-color css
<style>
a { background-color: #931ECB; }
a { background-color: rgb(147,30,203); }
div.DivClassName
{
background-color: #931ECB;
}
.BgClassName
{
background-color: #931ECB;
}
</style>
border-color css
<style>
span { border-color: #931ECB; }
span { border-color: rgb(147,30,203); }
td.TdClassName
{
border-color: #931ECB;
}
.TagClassName
{
border-color: #931ECB;
}
</style>