Shades of Dark Orchid #9034BE
Tints of Dark Orchid #9034BE
RGB
CMYK
RGB Variations
Color information
#9034BE (or 0x9034BE) is known color: Dark Orchid. HEX triplet: 90, 34 and BE. RGB value is (144,52,190). Sum of RGB (Red+Green+Blue) = 144+52+190=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #9034BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9034BE is #6FCB41. Grayscale: #5E5E5E. Windows color (decimal): -7326530 or 12465296. OLE color: 12465296.
HSL color Cylindrical-coordinate representation of color #9034BE: hue angle of 280º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9034BE is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 52 | 190 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.25 |
| HSL | 280º | 0.57% | 0.47% | - |
| HSV(B) | 280º | 0.73% | 0.75% | - |
| XYZ | 22.02 | 12.1 | 49.89 | - |
| YUV | 95.24 | 181.48 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 52 | 190 | 0.24 | 0.73 | 0 | 0.25 | 280 | 0.57 | 0.47 |
| Hex | 90 | 34 | BE | 18 | 49 | 0 | 19 | 118 | 39 | 2F |
| Octal | 220 | 64 | 276 | 30 | 111 | 0 | 31 | 430 | 71 | 57 |
| Binary | 10010000 | 110100 | 10111110 | 11000 | 1001001 | 0 | 11001 | 100011000 | 111001 | 101111 |
Color Harmonies of #9034BE
Complementary color
Monochromatic Colors of #9034BE
Black with #9034BE
Text Example
Text Example
White with #9034BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9034BE; }
p { color: rgb(144,52,190); }
H1.HeaderClassName
{
color: #9034BE;
}
.AnyTagClassName
{
color: #9034BE;
}
</style>
background-color css
<style>
a { background-color: #9034BE; }
a { background-color: rgb(144,52,190); }
div.DivClassName
{
background-color: #9034BE;
}
.BgClassName
{
background-color: #9034BE;
}
</style>
border-color css
<style>
span { border-color: #9034BE; }
span { border-color: rgb(144,52,190); }
td.TdClassName
{
border-color: #9034BE;
}
.TagClassName
{
border-color: #9034BE;
}
</style>