Shades of Dark Orchid #9036B4
Tints of Dark Orchid #9036B4
RGB
CMYK
RGB Variations
Color information
#9036B4 (or 0x9036B4) is known color: Dark Orchid. HEX triplet: 90, 36 and B4. RGB value is (144,54,180). Sum of RGB (Red+Green+Blue) = 144+54+180=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #9036B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9036B4 is #6FC94B. Grayscale: #5E5E5E. Windows color (decimal): -7326028 or 11810448. OLE color: 11810448.
HSL color Cylindrical-coordinate representation of color #9036B4: hue angle of 282.86º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9036B4 is Cyan = 0.2, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 54 | 180 | - |
| CMYK | 0.2 | 0.7 | 0 | 0.29 |
| HSL | 282.86º | 0.54% | 0.46% | - |
| HSV(B) | 282.86º | 0.7% | 0.71% | - |
| XYZ | 21.06 | 11.86 | 44.36 | - |
| YUV | 95.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 180 | 0.2 | 0.7 | 0 | 0.29 | 282.86 | 0.54 | 0.46 |
| Hex | 90 | 36 | B4 | 14 | 46 | 0 | 1D | 11B | 36 | 2E |
| Octal | 220 | 66 | 264 | 24 | 106 | 0 | 35 | 433 | 66 | 56 |
| Binary | 10010000 | 110110 | 10110100 | 10100 | 1000110 | 0 | 11101 | 100011011 | 110110 | 101110 |
Color Harmonies of #9036B4
Complementary color
Monochromatic Colors of #9036B4
Black with #9036B4
Text Example
Text Example
White with #9036B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9036B4; }
p { color: rgb(144,54,180); }
H1.HeaderClassName
{
color: #9036B4;
}
.AnyTagClassName
{
color: #9036B4;
}
</style>
background-color css
<style>
a { background-color: #9036B4; }
a { background-color: rgb(144,54,180); }
div.DivClassName
{
background-color: #9036B4;
}
.BgClassName
{
background-color: #9036B4;
}
</style>
border-color css
<style>
span { border-color: #9036B4; }
span { border-color: rgb(144,54,180); }
td.TdClassName
{
border-color: #9036B4;
}
.TagClassName
{
border-color: #9036B4;
}
</style>