Shades of Dark Orchid #931ABE
Tints of Dark Orchid #931ABE
RGB
CMYK
RGB Variations
Color information
#931ABE (or 0x931ABE) is known color: Dark Orchid. HEX triplet: 93, 1A and BE. RGB value is (147,26,190). Sum of RGB (Red+Green+Blue) = 147+26+190=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #931ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931ABE is #6CE541. Grayscale: #505050. Windows color (decimal): -7136578 or 12458643. OLE color: 12458643.
HSL color Cylindrical-coordinate representation of color #931ABE: hue angle of 284.27º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931ABE is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 26 | 190 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.25 |
| HSL | 284.27º | 0.76% | 0.42% | - |
| HSV(B) | 284.27º | 0.86% | 0.75% | - |
| XYZ | 21.7 | 10.66 | 49.63 | - |
| YUV | 80.88 | 189.59 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 26 | 190 | 0.23 | 0.86 | 0 | 0.25 | 284.27 | 0.76 | 0.42 |
| Hex | 93 | 1A | BE | 17 | 56 | 0 | 19 | 11C | 4C | 2A |
| Octal | 223 | 32 | 276 | 27 | 126 | 0 | 31 | 434 | 114 | 52 |
| Binary | 10010011 | 11010 | 10111110 | 10111 | 1010110 | 0 | 11001 | 100011100 | 1001100 | 101010 |
Color Harmonies of #931ABE
Complementary color
Monochromatic Colors of #931ABE
Black with #931ABE
Text Example
Text Example
White with #931ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931ABE; }
p { color: rgb(147,26,190); }
H1.HeaderClassName
{
color: #931ABE;
}
.AnyTagClassName
{
color: #931ABE;
}
</style>
background-color css
<style>
a { background-color: #931ABE; }
a { background-color: rgb(147,26,190); }
div.DivClassName
{
background-color: #931ABE;
}
.BgClassName
{
background-color: #931ABE;
}
</style>
border-color css
<style>
span { border-color: #931ABE; }
span { border-color: rgb(147,26,190); }
td.TdClassName
{
border-color: #931ABE;
}
.TagClassName
{
border-color: #931ABE;
}
</style>