Shades of Dark Orchid #9023BE
Tints of Dark Orchid #9023BE
RGB
CMYK
RGB Variations
Color information
#9023BE (or 0x9023BE) is known color: Dark Orchid. HEX triplet: 90, 23 and BE. RGB value is (144,35,190). Sum of RGB (Red+Green+Blue) = 144+35+190=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #9023BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9023BE is #6FDC41. Grayscale: #545454. Windows color (decimal): -7330882 or 12460944. OLE color: 12460944.
HSL color Cylindrical-coordinate representation of color #9023BE: hue angle of 282.19º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9023BE is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 35 | 190 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.25 |
| HSL | 282.19º | 0.69% | 0.44% | - |
| HSV(B) | 282.19º | 0.82% | 0.75% | - |
| XYZ | 21.4 | 10.85 | 49.68 | - |
| YUV | 85.26 | 187.11 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 35 | 190 | 0.24 | 0.82 | 0 | 0.25 | 282.19 | 0.69 | 0.44 |
| Hex | 90 | 23 | BE | 18 | 52 | 0 | 19 | 11A | 45 | 2C |
| Octal | 220 | 43 | 276 | 30 | 122 | 0 | 31 | 432 | 105 | 54 |
| Binary | 10010000 | 100011 | 10111110 | 11000 | 1010010 | 0 | 11001 | 100011010 | 1000101 | 101100 |
Color Harmonies of #9023BE
Complementary color
Monochromatic Colors of #9023BE
Black with #9023BE
Text Example
Text Example
White with #9023BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9023BE; }
p { color: rgb(144,35,190); }
H1.HeaderClassName
{
color: #9023BE;
}
.AnyTagClassName
{
color: #9023BE;
}
</style>
background-color css
<style>
a { background-color: #9023BE; }
a { background-color: rgb(144,35,190); }
div.DivClassName
{
background-color: #9023BE;
}
.BgClassName
{
background-color: #9023BE;
}
</style>
border-color css
<style>
span { border-color: #9023BE; }
span { border-color: rgb(144,35,190); }
td.TdClassName
{
border-color: #9023BE;
}
.TagClassName
{
border-color: #9023BE;
}
</style>