Shades of Dark Orchid #931CB2
Tints of Dark Orchid #931CB2
RGB
CMYK
RGB Variations
Color information
#931CB2 (or 0x931CB2) is known color: Dark Orchid. HEX triplet: 93, 1C and B2. RGB value is (147,28,178). Sum of RGB (Red+Green+Blue) = 147+28+178=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #931CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931CB2 is #6CE34D. Grayscale: #505050. Windows color (decimal): -7136078 or 11672723. OLE color: 11672723.
HSL color Cylindrical-coordinate representation of color #931CB2: hue angle of 287.6º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #931CB2 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 28 | 178 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.30 |
| HSL | 287.6º | 0.73% | 0.4% | - |
| HSV(B) | 287.6º | 0.84% | 0.7% | - |
| XYZ | 20.48 | 10.25 | 43.02 | - |
| YUV | 80.68 | 182.92 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 28 | 178 | 0.17 | 0.84 | 0 | 0.30 | 287.6 | 0.73 | 0.4 |
| Hex | 93 | 1C | B2 | 11 | 54 | 0 | 1E | 120 | 49 | 28 |
| Octal | 223 | 34 | 262 | 21 | 124 | 0 | 36 | 440 | 111 | 50 |
| Binary | 10010011 | 11100 | 10110010 | 10001 | 1010100 | 0 | 11110 | 100100000 | 1001001 | 101000 |
Color Harmonies of #931CB2
Complementary color
Monochromatic Colors of #931CB2
Black with #931CB2
Text Example
Text Example
White with #931CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931CB2; }
p { color: rgb(147,28,178); }
H1.HeaderClassName
{
color: #931CB2;
}
.AnyTagClassName
{
color: #931CB2;
}
</style>
background-color css
<style>
a { background-color: #931CB2; }
a { background-color: rgb(147,28,178); }
div.DivClassName
{
background-color: #931CB2;
}
.BgClassName
{
background-color: #931CB2;
}
</style>
border-color css
<style>
span { border-color: #931CB2; }
span { border-color: rgb(147,28,178); }
td.TdClassName
{
border-color: #931CB2;
}
.TagClassName
{
border-color: #931CB2;
}
</style>