Shades of Dark Orchid #9023BB
Tints of Dark Orchid #9023BB
RGB
CMYK
RGB Variations
Color information
#9023BB (or 0x9023BB) is known color: Dark Orchid. HEX triplet: 90, 23 and BB. RGB value is (144,35,187). Sum of RGB (Red+Green+Blue) = 144+35+187=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #9023BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9023BB is #6FDC44. Grayscale: #545454. Windows color (decimal): -7330885 or 12264336. OLE color: 12264336.
HSL color Cylindrical-coordinate representation of color #9023BB: hue angle of 283.03º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9023BB is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 35 | 187 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.27 |
| HSL | 283.03º | 0.68% | 0.44% | - |
| HSV(B) | 283.03º | 0.81% | 0.73% | - |
| XYZ | 21.07 | 10.72 | 47.97 | - |
| YUV | 84.92 | 185.61 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 187 | 0.23 | 0.81 | 0 | 0.27 | 283.03 | 0.68 | 0.44 |
| Hex | 90 | 23 | BB | 17 | 51 | 0 | 1B | 11B | 44 | 2C |
| Octal | 220 | 43 | 273 | 27 | 121 | 0 | 33 | 433 | 104 | 54 |
| Binary | 10010000 | 100011 | 10111011 | 10111 | 1010001 | 0 | 11011 | 100011011 | 1000100 | 101100 |
Color Harmonies of #9023BB
Complementary color
Monochromatic Colors of #9023BB
Black with #9023BB
Text Example
Text Example
White with #9023BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9023BB; }
p { color: rgb(144,35,187); }
H1.HeaderClassName
{
color: #9023BB;
}
.AnyTagClassName
{
color: #9023BB;
}
</style>
background-color css
<style>
a { background-color: #9023BB; }
a { background-color: rgb(144,35,187); }
div.DivClassName
{
background-color: #9023BB;
}
.BgClassName
{
background-color: #9023BB;
}
</style>
border-color css
<style>
span { border-color: #9023BB; }
span { border-color: rgb(144,35,187); }
td.TdClassName
{
border-color: #9023BB;
}
.TagClassName
{
border-color: #9023BB;
}
</style>