Shades of Dark Orchid #932AAF
Tints of Dark Orchid #932AAF
RGB
CMYK
RGB Variations
Color information
#932AAF (or 0x932AAF) is known color: Dark Orchid. HEX triplet: 93, 2A and AF. RGB value is (147,42,175). Sum of RGB (Red+Green+Blue) = 147+42+175=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #932AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932AAF is #6CD550. Grayscale: #585858. Windows color (decimal): -7132497 or 11479699. OLE color: 11479699.
HSL color Cylindrical-coordinate representation of color #932AAF: hue angle of 287.37º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #932AAF is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 42 | 175 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.31 |
| HSL | 287.37º | 0.61% | 0.43% | - |
| HSV(B) | 287.37º | 0.76% | 0.69% | - |
| XYZ | 20.6 | 10.95 | 41.59 | - |
| YUV | 88.56 | 176.79 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 42 | 175 | 0.16 | 0.76 | 0 | 0.31 | 287.37 | 0.61 | 0.43 |
| Hex | 93 | 2A | AF | 10 | 4C | 0 | 1F | 11F | 3D | 2B |
| Octal | 223 | 52 | 257 | 20 | 114 | 0 | 37 | 437 | 75 | 53 |
| Binary | 10010011 | 101010 | 10101111 | 10000 | 1001100 | 0 | 11111 | 100011111 | 111101 | 101011 |
Color Harmonies of #932AAF
Complementary color
Monochromatic Colors of #932AAF
Black with #932AAF
Text Example
Text Example
White with #932AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932AAF; }
p { color: rgb(147,42,175); }
H1.HeaderClassName
{
color: #932AAF;
}
.AnyTagClassName
{
color: #932AAF;
}
</style>
background-color css
<style>
a { background-color: #932AAF; }
a { background-color: rgb(147,42,175); }
div.DivClassName
{
background-color: #932AAF;
}
.BgClassName
{
background-color: #932AAF;
}
</style>
border-color css
<style>
span { border-color: #932AAF; }
span { border-color: rgb(147,42,175); }
td.TdClassName
{
border-color: #932AAF;
}
.TagClassName
{
border-color: #932AAF;
}
</style>