Shades of Dark Orchid #9234AE
Tints of Dark Orchid #9234AE
RGB
CMYK
RGB Variations
Color information
#9234AE (or 0x9234AE) is known color: Dark Orchid. HEX triplet: 92, 34 and AE. RGB value is (146,52,174). Sum of RGB (Red+Green+Blue) = 146+52+174=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #9234AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9234AE is #6DCB51. Grayscale: #5D5D5D. Windows color (decimal): -7195474 or 11416722. OLE color: 11416722.
HSL color Cylindrical-coordinate representation of color #9234AE: hue angle of 286.23º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9234AE is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 52 | 174 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.32 |
| HSL | 286.23º | 0.54% | 0.44% | - |
| HSV(B) | 286.23º | 0.7% | 0.68% | - |
| XYZ | 20.72 | 11.62 | 41.2 | - |
| YUV | 94.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 52 | 174 | 0.16 | 0.70 | 0 | 0.32 | 286.23 | 0.54 | 0.44 |
| Hex | 92 | 34 | AE | 10 | 46 | 0 | 20 | 11E | 36 | 2C |
| Octal | 222 | 64 | 256 | 20 | 106 | 0 | 40 | 436 | 66 | 54 |
| Binary | 10010010 | 110100 | 10101110 | 10000 | 1000110 | 0 | 100000 | 100011110 | 110110 | 101100 |
Color Harmonies of #9234AE
Complementary color
Monochromatic Colors of #9234AE
Black with #9234AE
Text Example
Text Example
White with #9234AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9234AE; }
p { color: rgb(146,52,174); }
H1.HeaderClassName
{
color: #9234AE;
}
.AnyTagClassName
{
color: #9234AE;
}
</style>
background-color css
<style>
a { background-color: #9234AE; }
a { background-color: rgb(146,52,174); }
div.DivClassName
{
background-color: #9234AE;
}
.BgClassName
{
background-color: #9234AE;
}
</style>
border-color css
<style>
span { border-color: #9234AE; }
span { border-color: rgb(146,52,174); }
td.TdClassName
{
border-color: #9234AE;
}
.TagClassName
{
border-color: #9234AE;
}
</style>