Shades of Dark Orchid #932CBF
Tints of Dark Orchid #932CBF
RGB
CMYK
RGB Variations
Color information
#932CBF (or 0x932CBF) is known color: Dark Orchid. HEX triplet: 93, 2C and BF. RGB value is (147,44,191). Sum of RGB (Red+Green+Blue) = 147+44+191=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #932CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932CBF is #6CD340. Grayscale: #5B5B5B. Windows color (decimal): -7131969 or 12528787. OLE color: 12528787.
HSL color Cylindrical-coordinate representation of color #932CBF: hue angle of 282.04º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #932CBF is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 44 | 191 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.25 |
| HSL | 282.04º | 0.63% | 0.46% | - |
| HSV(B) | 282.04º | 0.77% | 0.75% | - |
| XYZ | 22.34 | 11.77 | 50.38 | - |
| YUV | 91.56 | 184.12 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 44 | 191 | 0.23 | 0.77 | 0 | 0.25 | 282.04 | 0.63 | 0.46 |
| Hex | 93 | 2C | BF | 17 | 4D | 0 | 19 | 11A | 3F | 2E |
| Octal | 223 | 54 | 277 | 27 | 115 | 0 | 31 | 432 | 77 | 56 |
| Binary | 10010011 | 101100 | 10111111 | 10111 | 1001101 | 0 | 11001 | 100011010 | 111111 | 101110 |
Color Harmonies of #932CBF
Complementary color
Monochromatic Colors of #932CBF
Black with #932CBF
Text Example
Text Example
White with #932CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932CBF; }
p { color: rgb(147,44,191); }
H1.HeaderClassName
{
color: #932CBF;
}
.AnyTagClassName
{
color: #932CBF;
}
</style>
background-color css
<style>
a { background-color: #932CBF; }
a { background-color: rgb(147,44,191); }
div.DivClassName
{
background-color: #932CBF;
}
.BgClassName
{
background-color: #932CBF;
}
</style>
border-color css
<style>
span { border-color: #932CBF; }
span { border-color: rgb(147,44,191); }
td.TdClassName
{
border-color: #932CBF;
}
.TagClassName
{
border-color: #932CBF;
}
</style>