Shades of Dark Orchid #9032BF
Tints of Dark Orchid #9032BF
RGB
CMYK
RGB Variations
Color information
#9032BF (or 0x9032BF) is known color: Dark Orchid. HEX triplet: 90, 32 and BF. RGB value is (144,50,191). Sum of RGB (Red+Green+Blue) = 144+50+191=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #9032BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9032BF is #6FCD40. Grayscale: #5D5D5D. Windows color (decimal): -7327041 or 12530320. OLE color: 12530320.
HSL color Cylindrical-coordinate representation of color #9032BF: hue angle of 280º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9032BF is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 50 | 191 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.25 |
| HSL | 280º | 0.59% | 0.47% | - |
| HSV(B) | 280º | 0.74% | 0.75% | - |
| XYZ | 22.05 | 11.97 | 50.44 | - |
| YUV | 94.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 191 | 0.25 | 0.74 | 0 | 0.25 | 280 | 0.59 | 0.47 |
| Hex | 90 | 32 | BF | 19 | 4A | 0 | 19 | 118 | 3B | 2F |
| Octal | 220 | 62 | 277 | 31 | 112 | 0 | 31 | 430 | 73 | 57 |
| Binary | 10010000 | 110010 | 10111111 | 11001 | 1001010 | 0 | 11001 | 100011000 | 111011 | 101111 |
Color Harmonies of #9032BF
Complementary color
Monochromatic Colors of #9032BF
Black with #9032BF
Text Example
Text Example
White with #9032BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9032BF; }
p { color: rgb(144,50,191); }
H1.HeaderClassName
{
color: #9032BF;
}
.AnyTagClassName
{
color: #9032BF;
}
</style>
background-color css
<style>
a { background-color: #9032BF; }
a { background-color: rgb(144,50,191); }
div.DivClassName
{
background-color: #9032BF;
}
.BgClassName
{
background-color: #9032BF;
}
</style>
border-color css
<style>
span { border-color: #9032BF; }
span { border-color: rgb(144,50,191); }
td.TdClassName
{
border-color: #9032BF;
}
.TagClassName
{
border-color: #9032BF;
}
</style>