Shades of Dark Orchid #9423AB
Tints of Dark Orchid #9423AB
RGB
CMYK
RGB Variations
Color information
#9423AB (or 0x9423AB) is known color: Dark Orchid. HEX triplet: 94, 23 and AB. RGB value is (148,35,171). Sum of RGB (Red+Green+Blue) = 148+35+171=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #9423AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9423AB is #6BDC54. Grayscale: #535353. Windows color (decimal): -7068757 or 11215764. OLE color: 11215764.
HSL color Cylindrical-coordinate representation of color #9423AB: hue angle of 289.85º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9423AB is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 35 | 171 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.33 |
| HSL | 289.85º | 0.66% | 0.4% | - |
| HSV(B) | 289.85º | 0.8% | 0.67% | - |
| XYZ | 20.16 | 10.44 | 39.48 | - |
| YUV | 84.29 | 176.94 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 35 | 171 | 0.13 | 0.80 | 0 | 0.33 | 289.85 | 0.66 | 0.4 |
| Hex | 94 | 23 | AB | D | 50 | 0 | 21 | 122 | 42 | 28 |
| Octal | 224 | 43 | 253 | 15 | 120 | 0 | 41 | 442 | 102 | 50 |
| Binary | 10010100 | 100011 | 10101011 | 1101 | 1010000 | 0 | 100001 | 100100010 | 1000010 | 101000 |
Color Harmonies of #9423AB
Complementary color
Monochromatic Colors of #9423AB
Black with #9423AB
Text Example
Text Example
White with #9423AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9423AB; }
p { color: rgb(148,35,171); }
H1.HeaderClassName
{
color: #9423AB;
}
.AnyTagClassName
{
color: #9423AB;
}
</style>
background-color css
<style>
a { background-color: #9423AB; }
a { background-color: rgb(148,35,171); }
div.DivClassName
{
background-color: #9423AB;
}
.BgClassName
{
background-color: #9423AB;
}
</style>
border-color css
<style>
span { border-color: #9423AB; }
span { border-color: rgb(148,35,171); }
td.TdClassName
{
border-color: #9423AB;
}
.TagClassName
{
border-color: #9423AB;
}
</style>