Shades of Dark Orchid #932AB4
Tints of Dark Orchid #932AB4
RGB
CMYK
RGB Variations
Color information
#932AB4 (or 0x932AB4) is known color: Dark Orchid. HEX triplet: 93, 2A and B4. RGB value is (147,42,180). Sum of RGB (Red+Green+Blue) = 147+42+180=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #932AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932AB4 is #6CD54B. Grayscale: #585858. Windows color (decimal): -7132492 or 11807379. OLE color: 11807379.
HSL color Cylindrical-coordinate representation of color #932AB4: hue angle of 285.65º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #932AB4 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 42 | 180 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.29 |
| HSL | 285.65º | 0.62% | 0.44% | - |
| HSV(B) | 285.65º | 0.77% | 0.71% | - |
| XYZ | 21.1 | 11.15 | 44.22 | - |
| YUV | 89.13 | 179.29 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 42 | 180 | 0.18 | 0.77 | 0 | 0.29 | 285.65 | 0.62 | 0.44 |
| Hex | 93 | 2A | B4 | 12 | 4D | 0 | 1D | 11E | 3E | 2C |
| Octal | 223 | 52 | 264 | 22 | 115 | 0 | 35 | 436 | 76 | 54 |
| Binary | 10010011 | 101010 | 10110100 | 10010 | 1001101 | 0 | 11101 | 100011110 | 111110 | 101100 |
Color Harmonies of #932AB4
Complementary color
Monochromatic Colors of #932AB4
Black with #932AB4
Text Example
Text Example
White with #932AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932AB4; }
p { color: rgb(147,42,180); }
H1.HeaderClassName
{
color: #932AB4;
}
.AnyTagClassName
{
color: #932AB4;
}
</style>
background-color css
<style>
a { background-color: #932AB4; }
a { background-color: rgb(147,42,180); }
div.DivClassName
{
background-color: #932AB4;
}
.BgClassName
{
background-color: #932AB4;
}
</style>
border-color css
<style>
span { border-color: #932AB4; }
span { border-color: rgb(147,42,180); }
td.TdClassName
{
border-color: #932AB4;
}
.TagClassName
{
border-color: #932AB4;
}
</style>