Shades of Dark Orchid #932DCC
Tints of Dark Orchid #932DCC
RGB
CMYK
RGB Variations
Color information
#932DCC (or 0x932DCC) is known color: Dark Orchid. HEX triplet: 93, 2D and CC. RGB value is (147,45,204). Sum of RGB (Red+Green+Blue) = 147+45+204=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #932DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932DCC is #6CD233. Grayscale: #5D5D5D. Windows color (decimal): -7131700 or 13381011. OLE color: 13381011.
HSL color Cylindrical-coordinate representation of color #932DCC: hue angle of 278.49º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932DCC is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 45 | 204 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.2 |
| HSL | 278.49º | 0.64% | 0.49% | - |
| HSV(B) | 278.49º | 0.78% | 0.8% | - |
| XYZ | 23.87 | 12.44 | 58.27 | - |
| YUV | 93.62 | 190.29 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 45 | 204 | 0.28 | 0.78 | 0 | 0.2 | 278.49 | 0.64 | 0.49 |
| Hex | 93 | 2D | CC | 1C | 4E | 0 | 14 | 116 | 40 | 31 |
| Octal | 223 | 55 | 314 | 34 | 116 | 0 | 24 | 426 | 100 | 61 |
| Binary | 10010011 | 101101 | 11001100 | 11100 | 1001110 | 0 | 10100 | 100010110 | 1000000 | 110001 |
Color Harmonies of #932DCC
Complementary color
Monochromatic Colors of #932DCC
Black with #932DCC
Text Example
Text Example
White with #932DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932DCC; }
p { color: rgb(147,45,204); }
H1.HeaderClassName
{
color: #932DCC;
}
.AnyTagClassName
{
color: #932DCC;
}
</style>
background-color css
<style>
a { background-color: #932DCC; }
a { background-color: rgb(147,45,204); }
div.DivClassName
{
background-color: #932DCC;
}
.BgClassName
{
background-color: #932DCC;
}
</style>
border-color css
<style>
span { border-color: #932DCC; }
span { border-color: rgb(147,45,204); }
td.TdClassName
{
border-color: #932DCC;
}
.TagClassName
{
border-color: #932DCC;
}
</style>