Shades of Dark Orchid #9423AE
Tints of Dark Orchid #9423AE
RGB
CMYK
RGB Variations
Color information
#9423AE (or 0x9423AE) is known color: Dark Orchid. HEX triplet: 94, 23 and AE. RGB value is (148,35,174). Sum of RGB (Red+Green+Blue) = 148+35+174=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #9423AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9423AE is #6BDC51. Grayscale: #545454. Windows color (decimal): -7068754 or 11412372. OLE color: 11412372.
HSL color Cylindrical-coordinate representation of color #9423AE: hue angle of 288.78º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9423AE is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 35 | 174 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.32 |
| HSL | 288.78º | 0.67% | 0.41% | - |
| HSV(B) | 288.78º | 0.8% | 0.68% | - |
| XYZ | 20.45 | 10.55 | 41 | - |
| YUV | 84.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 35 | 174 | 0.15 | 0.80 | 0 | 0.32 | 288.78 | 0.67 | 0.41 |
| Hex | 94 | 23 | AE | F | 50 | 0 | 20 | 121 | 43 | 29 |
| Octal | 224 | 43 | 256 | 17 | 120 | 0 | 40 | 441 | 103 | 51 |
| Binary | 10010100 | 100011 | 10101110 | 1111 | 1010000 | 0 | 100000 | 100100001 | 1000011 | 101001 |
Color Harmonies of #9423AE
Complementary color
Monochromatic Colors of #9423AE
Black with #9423AE
Text Example
Text Example
White with #9423AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9423AE; }
p { color: rgb(148,35,174); }
H1.HeaderClassName
{
color: #9423AE;
}
.AnyTagClassName
{
color: #9423AE;
}
</style>
background-color css
<style>
a { background-color: #9423AE; }
a { background-color: rgb(148,35,174); }
div.DivClassName
{
background-color: #9423AE;
}
.BgClassName
{
background-color: #9423AE;
}
</style>
border-color css
<style>
span { border-color: #9423AE; }
span { border-color: rgb(148,35,174); }
td.TdClassName
{
border-color: #9423AE;
}
.TagClassName
{
border-color: #9423AE;
}
</style>