Shades of Dark Orchid #932ABC
Tints of Dark Orchid #932ABC
RGB
CMYK
RGB Variations
Color information
#932ABC (or 0x932ABC) is known color: Dark Orchid. HEX triplet: 93, 2A and BC. RGB value is (147,42,188). Sum of RGB (Red+Green+Blue) = 147+42+188=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #932ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932ABC is #6CD543. Grayscale: #595959. Windows color (decimal): -7132484 or 12331667. OLE color: 12331667.
HSL color Cylindrical-coordinate representation of color #932ABC: hue angle of 283.15º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932ABC is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 42 | 188 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.26 |
| HSL | 283.15º | 0.63% | 0.45% | - |
| HSV(B) | 283.15º | 0.78% | 0.74% | - |
| XYZ | 21.94 | 11.49 | 48.64 | - |
| YUV | 90.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 42 | 188 | 0.22 | 0.78 | 0 | 0.26 | 283.15 | 0.63 | 0.45 |
| Hex | 93 | 2A | BC | 16 | 4E | 0 | 1A | 11B | 3F | 2D |
| Octal | 223 | 52 | 274 | 26 | 116 | 0 | 32 | 433 | 77 | 55 |
| Binary | 10010011 | 101010 | 10111100 | 10110 | 1001110 | 0 | 11010 | 100011011 | 111111 | 101101 |
Color Harmonies of #932ABC
Complementary color
Monochromatic Colors of #932ABC
Black with #932ABC
Text Example
Text Example
White with #932ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932ABC; }
p { color: rgb(147,42,188); }
H1.HeaderClassName
{
color: #932ABC;
}
.AnyTagClassName
{
color: #932ABC;
}
</style>
background-color css
<style>
a { background-color: #932ABC; }
a { background-color: rgb(147,42,188); }
div.DivClassName
{
background-color: #932ABC;
}
.BgClassName
{
background-color: #932ABC;
}
</style>
border-color css
<style>
span { border-color: #932ABC; }
span { border-color: rgb(147,42,188); }
td.TdClassName
{
border-color: #932ABC;
}
.TagClassName
{
border-color: #932ABC;
}
</style>