Shades of Dark Orchid #9036BF
Tints of Dark Orchid #9036BF
RGB
CMYK
RGB Variations
Color information
#9036BF (or 0x9036BF) is known color: Dark Orchid. HEX triplet: 90, 36 and BF. RGB value is (144,54,191). Sum of RGB (Red+Green+Blue) = 144+54+191=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #9036BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9036BF is #6FC940. Grayscale: #606060. Windows color (decimal): -7326017 or 12531344. OLE color: 12531344.
HSL color Cylindrical-coordinate representation of color #9036BF: hue angle of 279.42º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9036BF is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 54 | 191 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.25 |
| HSL | 279.42º | 0.56% | 0.48% | - |
| HSV(B) | 279.42º | 0.72% | 0.75% | - |
| XYZ | 22.22 | 12.33 | 50.5 | - |
| YUV | 96.53 | 181.32 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 191 | 0.25 | 0.72 | 0 | 0.25 | 279.42 | 0.56 | 0.48 |
| Hex | 90 | 36 | BF | 19 | 48 | 0 | 19 | 117 | 38 | 30 |
| Octal | 220 | 66 | 277 | 31 | 110 | 0 | 31 | 427 | 70 | 60 |
| Binary | 10010000 | 110110 | 10111111 | 11001 | 1001000 | 0 | 11001 | 100010111 | 111000 | 110000 |
Color Harmonies of #9036BF
Complementary color
Monochromatic Colors of #9036BF
Black with #9036BF
Text Example
Text Example
White with #9036BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9036BF; }
p { color: rgb(144,54,191); }
H1.HeaderClassName
{
color: #9036BF;
}
.AnyTagClassName
{
color: #9036BF;
}
</style>
background-color css
<style>
a { background-color: #9036BF; }
a { background-color: rgb(144,54,191); }
div.DivClassName
{
background-color: #9036BF;
}
.BgClassName
{
background-color: #9036BF;
}
</style>
border-color css
<style>
span { border-color: #9036BF; }
span { border-color: rgb(144,54,191); }
td.TdClassName
{
border-color: #9036BF;
}
.TagClassName
{
border-color: #9036BF;
}
</style>