Shades of Dark Orchid #9018BC
Tints of Dark Orchid #9018BC
RGB
CMYK
RGB Variations
Color information
#9018BC (or 0x9018BC) is known color: Dark Orchid. HEX triplet: 90, 18 and BC. RGB value is (144,24,188). Sum of RGB (Red+Green+Blue) = 144+24+188=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #9018BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9018BC is #6FE743. Grayscale: #4E4E4E. Windows color (decimal): -7333700 or 12327056. OLE color: 12327056.
HSL color Cylindrical-coordinate representation of color #9018BC: hue angle of 283.9º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9018BC is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 24 | 188 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.26 |
| HSL | 283.9º | 0.77% | 0.42% | - |
| HSV(B) | 283.9º | 0.87% | 0.74% | - |
| XYZ | 20.91 | 10.21 | 48.45 | - |
| YUV | 78.58 | 189.76 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 188 | 0.23 | 0.87 | 0 | 0.26 | 283.9 | 0.77 | 0.42 |
| Hex | 90 | 18 | BC | 17 | 57 | 0 | 1A | 11C | 4D | 2A |
| Octal | 220 | 30 | 274 | 27 | 127 | 0 | 32 | 434 | 115 | 52 |
| Binary | 10010000 | 11000 | 10111100 | 10111 | 1010111 | 0 | 11010 | 100011100 | 1001101 | 101010 |
Color Harmonies of #9018BC
Complementary color
Monochromatic Colors of #9018BC
Black with #9018BC
Text Example
Text Example
White with #9018BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9018BC; }
p { color: rgb(144,24,188); }
H1.HeaderClassName
{
color: #9018BC;
}
.AnyTagClassName
{
color: #9018BC;
}
</style>
background-color css
<style>
a { background-color: #9018BC; }
a { background-color: rgb(144,24,188); }
div.DivClassName
{
background-color: #9018BC;
}
.BgClassName
{
background-color: #9018BC;
}
</style>
border-color css
<style>
span { border-color: #9018BC; }
span { border-color: rgb(144,24,188); }
td.TdClassName
{
border-color: #9018BC;
}
.TagClassName
{
border-color: #9018BC;
}
</style>