Shades of Dark Orchid #932BB6
Tints of Dark Orchid #932BB6
RGB
CMYK
RGB Variations
Color information
#932BB6 (or 0x932BB6) is known color: Dark Orchid. HEX triplet: 93, 2B and B6. RGB value is (147,43,182). Sum of RGB (Red+Green+Blue) = 147+43+182=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #932BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932BB6 is #6CD449. Grayscale: #595959. Windows color (decimal): -7132234 or 11938707. OLE color: 11938707.
HSL color Cylindrical-coordinate representation of color #932BB6: hue angle of 284.89º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #932BB6 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 43 | 182 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.29 |
| HSL | 284.89º | 0.62% | 0.44% | - |
| HSV(B) | 284.89º | 0.76% | 0.71% | - |
| XYZ | 21.34 | 11.31 | 45.31 | - |
| YUV | 89.94 | 179.96 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 43 | 182 | 0.19 | 0.76 | 0 | 0.29 | 284.89 | 0.62 | 0.44 |
| Hex | 93 | 2B | B6 | 13 | 4C | 0 | 1D | 11D | 3E | 2C |
| Octal | 223 | 53 | 266 | 23 | 114 | 0 | 35 | 435 | 76 | 54 |
| Binary | 10010011 | 101011 | 10110110 | 10011 | 1001100 | 0 | 11101 | 100011101 | 111110 | 101100 |
Color Harmonies of #932BB6
Complementary color
Monochromatic Colors of #932BB6
Black with #932BB6
Text Example
Text Example
White with #932BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932BB6; }
p { color: rgb(147,43,182); }
H1.HeaderClassName
{
color: #932BB6;
}
.AnyTagClassName
{
color: #932BB6;
}
</style>
background-color css
<style>
a { background-color: #932BB6; }
a { background-color: rgb(147,43,182); }
div.DivClassName
{
background-color: #932BB6;
}
.BgClassName
{
background-color: #932BB6;
}
</style>
border-color css
<style>
span { border-color: #932BB6; }
span { border-color: rgb(147,43,182); }
td.TdClassName
{
border-color: #932BB6;
}
.TagClassName
{
border-color: #932BB6;
}
</style>