Shades of Dark Orchid #932CCF
Tints of Dark Orchid #932CCF
RGB
CMYK
RGB Variations
Color information
#932CCF (or 0x932CCF) is known color: Dark Orchid. HEX triplet: 93, 2C and CF. RGB value is (147,44,207). Sum of RGB (Red+Green+Blue) = 147+44+207=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #932CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932CCF is #6CD330. Grayscale: #5C5C5C. Windows color (decimal): -7131953 or 13577363. OLE color: 13577363.
HSL color Cylindrical-coordinate representation of color #932CCF: hue angle of 277.91º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #932CCF is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 44 | 207 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.19 |
| HSL | 277.91º | 0.65% | 0.49% | - |
| HSV(B) | 277.91º | 0.79% | 0.81% | - |
| XYZ | 24.2 | 12.51 | 60.17 | - |
| YUV | 93.38 | 192.12 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 44 | 207 | 0.29 | 0.79 | 0 | 0.19 | 277.91 | 0.65 | 0.49 |
| Hex | 93 | 2C | CF | 1D | 4F | 0 | 13 | 116 | 41 | 31 |
| Octal | 223 | 54 | 317 | 35 | 117 | 0 | 23 | 426 | 101 | 61 |
| Binary | 10010011 | 101100 | 11001111 | 11101 | 1001111 | 0 | 10011 | 100010110 | 1000001 | 110001 |
Color Harmonies of #932CCF
Complementary color
Monochromatic Colors of #932CCF
Black with #932CCF
Text Example
Text Example
White with #932CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932CCF; }
p { color: rgb(147,44,207); }
H1.HeaderClassName
{
color: #932CCF;
}
.AnyTagClassName
{
color: #932CCF;
}
</style>
background-color css
<style>
a { background-color: #932CCF; }
a { background-color: rgb(147,44,207); }
div.DivClassName
{
background-color: #932CCF;
}
.BgClassName
{
background-color: #932CCF;
}
</style>
border-color css
<style>
span { border-color: #932CCF; }
span { border-color: rgb(147,44,207); }
td.TdClassName
{
border-color: #932CCF;
}
.TagClassName
{
border-color: #932CCF;
}
</style>