Shades of Dark Orchid #932DCF
Tints of Dark Orchid #932DCF
RGB
CMYK
RGB Variations
Color information
#932DCF (or 0x932DCF) is known color: Dark Orchid. HEX triplet: 93, 2D and CF. RGB value is (147,45,207). Sum of RGB (Red+Green+Blue) = 147+45+207=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #932DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932DCF is #6CD230. Grayscale: #5D5D5D. Windows color (decimal): -7131697 or 13577619. OLE color: 13577619.
HSL color Cylindrical-coordinate representation of color #932DCF: hue angle of 277.78º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932DCF is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 45 | 207 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.19 |
| HSL | 277.78º | 0.64% | 0.49% | - |
| HSV(B) | 277.78º | 0.78% | 0.81% | - |
| XYZ | 24.23 | 12.58 | 60.18 | - |
| YUV | 93.97 | 191.79 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 45 | 207 | 0.29 | 0.78 | 0 | 0.19 | 277.78 | 0.64 | 0.49 |
| Hex | 93 | 2D | CF | 1D | 4E | 0 | 13 | 116 | 40 | 31 |
| Octal | 223 | 55 | 317 | 35 | 116 | 0 | 23 | 426 | 100 | 61 |
| Binary | 10010011 | 101101 | 11001111 | 11101 | 1001110 | 0 | 10011 | 100010110 | 1000000 | 110001 |
Color Harmonies of #932DCF
Complementary color
Monochromatic Colors of #932DCF
Black with #932DCF
Text Example
Text Example
White with #932DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932DCF; }
p { color: rgb(147,45,207); }
H1.HeaderClassName
{
color: #932DCF;
}
.AnyTagClassName
{
color: #932DCF;
}
</style>
background-color css
<style>
a { background-color: #932DCF; }
a { background-color: rgb(147,45,207); }
div.DivClassName
{
background-color: #932DCF;
}
.BgClassName
{
background-color: #932DCF;
}
</style>
border-color css
<style>
span { border-color: #932DCF; }
span { border-color: rgb(147,45,207); }
td.TdClassName
{
border-color: #932DCF;
}
.TagClassName
{
border-color: #932DCF;
}
</style>