Shades of Dark Orchid #931DB2
Tints of Dark Orchid #931DB2
RGB
CMYK
RGB Variations
Color information
#931DB2 (or 0x931DB2) is known color: Dark Orchid. HEX triplet: 93, 1D and B2. RGB value is (147,29,178). Sum of RGB (Red+Green+Blue) = 147+29+178=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #931DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931DB2 is #6CE24D. Grayscale: #505050. Windows color (decimal): -7135822 or 11672979. OLE color: 11672979.
HSL color Cylindrical-coordinate representation of color #931DB2: hue angle of 287.52º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #931DB2 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 29 | 178 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.30 |
| HSL | 287.52º | 0.72% | 0.41% | - |
| HSV(B) | 287.52º | 0.84% | 0.7% | - |
| XYZ | 20.51 | 10.3 | 43.03 | - |
| YUV | 81.27 | 182.59 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 178 | 0.17 | 0.84 | 0 | 0.30 | 287.52 | 0.72 | 0.41 |
| Hex | 93 | 1D | B2 | 11 | 54 | 0 | 1E | 120 | 48 | 29 |
| Octal | 223 | 35 | 262 | 21 | 124 | 0 | 36 | 440 | 110 | 51 |
| Binary | 10010011 | 11101 | 10110010 | 10001 | 1010100 | 0 | 11110 | 100100000 | 1001000 | 101001 |
Color Harmonies of #931DB2
Complementary color
Monochromatic Colors of #931DB2
Black with #931DB2
Text Example
Text Example
White with #931DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931DB2; }
p { color: rgb(147,29,178); }
H1.HeaderClassName
{
color: #931DB2;
}
.AnyTagClassName
{
color: #931DB2;
}
</style>
background-color css
<style>
a { background-color: #931DB2; }
a { background-color: rgb(147,29,178); }
div.DivClassName
{
background-color: #931DB2;
}
.BgClassName
{
background-color: #931DB2;
}
</style>
border-color css
<style>
span { border-color: #931DB2; }
span { border-color: rgb(147,29,178); }
td.TdClassName
{
border-color: #931DB2;
}
.TagClassName
{
border-color: #931DB2;
}
</style>