Shades of Dark Orchid #932CCD
Tints of Dark Orchid #932CCD
RGB
CMYK
RGB Variations
Color information
#932CCD (or 0x932CCD) is known color: Dark Orchid. HEX triplet: 93, 2C and CD. RGB value is (147,44,205). Sum of RGB (Red+Green+Blue) = 147+44+205=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #932CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932CCD is #6CD332. Grayscale: #5C5C5C. Windows color (decimal): -7131955 or 13446291. OLE color: 13446291.
HSL color Cylindrical-coordinate representation of color #932CCD: hue angle of 278.39º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #932CCD is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 44 | 205 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.20 |
| HSL | 278.39º | 0.65% | 0.49% | - |
| HSV(B) | 278.39º | 0.79% | 0.8% | - |
| XYZ | 23.95 | 12.41 | 58.89 | - |
| YUV | 93.15 | 191.12 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 44 | 205 | 0.28 | 0.79 | 0 | 0.20 | 278.39 | 0.65 | 0.49 |
| Hex | 93 | 2C | CD | 1C | 4F | 0 | 14 | 116 | 41 | 31 |
| Octal | 223 | 54 | 315 | 34 | 117 | 0 | 24 | 426 | 101 | 61 |
| Binary | 10010011 | 101100 | 11001101 | 11100 | 1001111 | 0 | 10100 | 100010110 | 1000001 | 110001 |
Color Harmonies of #932CCD
Complementary color
Monochromatic Colors of #932CCD
Black with #932CCD
Text Example
Text Example
White with #932CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932CCD; }
p { color: rgb(147,44,205); }
H1.HeaderClassName
{
color: #932CCD;
}
.AnyTagClassName
{
color: #932CCD;
}
</style>
background-color css
<style>
a { background-color: #932CCD; }
a { background-color: rgb(147,44,205); }
div.DivClassName
{
background-color: #932CCD;
}
.BgClassName
{
background-color: #932CCD;
}
</style>
border-color css
<style>
span { border-color: #932CCD; }
span { border-color: rgb(147,44,205); }
td.TdClassName
{
border-color: #932CCD;
}
.TagClassName
{
border-color: #932CCD;
}
</style>