Shades of Dark Orchid #9030BF
Tints of Dark Orchid #9030BF
RGB
CMYK
RGB Variations
Color information
#9030BF (or 0x9030BF) is known color: Dark Orchid. HEX triplet: 90, 30 and BF. RGB value is (144,48,191). Sum of RGB (Red+Green+Blue) = 144+48+191=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #9030BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9030BF is #6FCF40. Grayscale: #5C5C5C. Windows color (decimal): -7327553 or 12529808. OLE color: 12529808.
HSL color Cylindrical-coordinate representation of color #9030BF: hue angle of 280.28º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9030BF is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 48 | 191 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.25 |
| HSL | 280.28º | 0.6% | 0.47% | - |
| HSV(B) | 280.28º | 0.75% | 0.75% | - |
| XYZ | 21.96 | 11.8 | 50.41 | - |
| YUV | 93.01 | 183.3 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 191 | 0.25 | 0.75 | 0 | 0.25 | 280.28 | 0.6 | 0.47 |
| Hex | 90 | 30 | BF | 19 | 4B | 0 | 19 | 118 | 3C | 2F |
| Octal | 220 | 60 | 277 | 31 | 113 | 0 | 31 | 430 | 74 | 57 |
| Binary | 10010000 | 110000 | 10111111 | 11001 | 1001011 | 0 | 11001 | 100011000 | 111100 | 101111 |
Color Harmonies of #9030BF
Complementary color
Monochromatic Colors of #9030BF
Black with #9030BF
Text Example
Text Example
White with #9030BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9030BF; }
p { color: rgb(144,48,191); }
H1.HeaderClassName
{
color: #9030BF;
}
.AnyTagClassName
{
color: #9030BF;
}
</style>
background-color css
<style>
a { background-color: #9030BF; }
a { background-color: rgb(144,48,191); }
div.DivClassName
{
background-color: #9030BF;
}
.BgClassName
{
background-color: #9030BF;
}
</style>
border-color css
<style>
span { border-color: #9030BF; }
span { border-color: rgb(144,48,191); }
td.TdClassName
{
border-color: #9030BF;
}
.TagClassName
{
border-color: #9030BF;
}
</style>