Shades of Dark Orchid #9033BF
Tints of Dark Orchid #9033BF
RGB
CMYK
RGB Variations
Color information
#9033BF (or 0x9033BF) is known color: Dark Orchid. HEX triplet: 90, 33 and BF. RGB value is (144,51,191). Sum of RGB (Red+Green+Blue) = 144+51+191=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #9033BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9033BF is #6FCC40. Grayscale: #5E5E5E. Windows color (decimal): -7326785 or 12530576. OLE color: 12530576.
HSL color Cylindrical-coordinate representation of color #9033BF: hue angle of 279.86º degrees, saturation: 0.58, 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 #9033BF is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 51 | 191 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.25 |
| HSL | 279.86º | 0.58% | 0.47% | - |
| HSV(B) | 279.86º | 0.73% | 0.75% | - |
| XYZ | 22.09 | 12.06 | 50.45 | - |
| YUV | 94.77 | 182.31 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 191 | 0.25 | 0.73 | 0 | 0.25 | 279.86 | 0.58 | 0.47 |
| Hex | 90 | 33 | BF | 19 | 49 | 0 | 19 | 118 | 3A | 2F |
| Octal | 220 | 63 | 277 | 31 | 111 | 0 | 31 | 430 | 72 | 57 |
| Binary | 10010000 | 110011 | 10111111 | 11001 | 1001001 | 0 | 11001 | 100011000 | 111010 | 101111 |
Color Harmonies of #9033BF
Complementary color
Monochromatic Colors of #9033BF
Black with #9033BF
Text Example
Text Example
White with #9033BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9033BF; }
p { color: rgb(144,51,191); }
H1.HeaderClassName
{
color: #9033BF;
}
.AnyTagClassName
{
color: #9033BF;
}
</style>
background-color css
<style>
a { background-color: #9033BF; }
a { background-color: rgb(144,51,191); }
div.DivClassName
{
background-color: #9033BF;
}
.BgClassName
{
background-color: #9033BF;
}
</style>
border-color css
<style>
span { border-color: #9033BF; }
span { border-color: rgb(144,51,191); }
td.TdClassName
{
border-color: #9033BF;
}
.TagClassName
{
border-color: #9033BF;
}
</style>