Shades of Dark Orchid #932CCA
Tints of Dark Orchid #932CCA
RGB
CMYK
RGB Variations
Color information
#932CCA (or 0x932CCA) is known color: Dark Orchid. HEX triplet: 93, 2C and CA. RGB value is (147,44,202). Sum of RGB (Red+Green+Blue) = 147+44+202=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #932CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932CCA is #6CD335. Grayscale: #5C5C5C. Windows color (decimal): -7131958 or 13249683. OLE color: 13249683.
HSL color Cylindrical-coordinate representation of color #932CCA: hue angle of 279.11º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932CCA is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 44 | 202 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.21 |
| HSL | 279.11º | 0.64% | 0.48% | - |
| HSV(B) | 279.11º | 0.78% | 0.79% | - |
| XYZ | 23.59 | 12.27 | 57 | - |
| YUV | 92.81 | 189.62 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 44 | 202 | 0.27 | 0.78 | 0 | 0.21 | 279.11 | 0.64 | 0.48 |
| Hex | 93 | 2C | CA | 1B | 4E | 0 | 15 | 117 | 40 | 30 |
| Octal | 223 | 54 | 312 | 33 | 116 | 0 | 25 | 427 | 100 | 60 |
| Binary | 10010011 | 101100 | 11001010 | 11011 | 1001110 | 0 | 10101 | 100010111 | 1000000 | 110000 |
Color Harmonies of #932CCA
Complementary color
Monochromatic Colors of #932CCA
Black with #932CCA
Text Example
Text Example
White with #932CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932CCA; }
p { color: rgb(147,44,202); }
H1.HeaderClassName
{
color: #932CCA;
}
.AnyTagClassName
{
color: #932CCA;
}
</style>
background-color css
<style>
a { background-color: #932CCA; }
a { background-color: rgb(147,44,202); }
div.DivClassName
{
background-color: #932CCA;
}
.BgClassName
{
background-color: #932CCA;
}
</style>
border-color css
<style>
span { border-color: #932CCA; }
span { border-color: rgb(147,44,202); }
td.TdClassName
{
border-color: #932CCA;
}
.TagClassName
{
border-color: #932CCA;
}
</style>