Shades of Dark Orchid #9218BE
Tints of Dark Orchid #9218BE
RGB
CMYK
RGB Variations
Color information
#9218BE (or 0x9218BE) is known color: Dark Orchid. HEX triplet: 92, 18 and BE. RGB value is (146,24,190). Sum of RGB (Red+Green+Blue) = 146+24+190=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #9218BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9218BE is #6DE741. Grayscale: #4E4E4E. Windows color (decimal): -7202626 or 12458130. OLE color: 12458130.
HSL color Cylindrical-coordinate representation of color #9218BE: hue angle of 284.1º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9218BE is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 24 | 190 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.25 |
| HSL | 284.1º | 0.78% | 0.42% | - |
| HSV(B) | 284.1º | 0.87% | 0.75% | - |
| XYZ | 21.47 | 10.48 | 49.61 | - |
| YUV | 79.4 | 190.42 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 24 | 190 | 0.23 | 0.87 | 0 | 0.25 | 284.1 | 0.78 | 0.42 |
| Hex | 92 | 18 | BE | 17 | 57 | 0 | 19 | 11C | 4E | 2A |
| Octal | 222 | 30 | 276 | 27 | 127 | 0 | 31 | 434 | 116 | 52 |
| Binary | 10010010 | 11000 | 10111110 | 10111 | 1010111 | 0 | 11001 | 100011100 | 1001110 | 101010 |
Color Harmonies of #9218BE
Complementary color
Monochromatic Colors of #9218BE
Black with #9218BE
Text Example
Text Example
White with #9218BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9218BE; }
p { color: rgb(146,24,190); }
H1.HeaderClassName
{
color: #9218BE;
}
.AnyTagClassName
{
color: #9218BE;
}
</style>
background-color css
<style>
a { background-color: #9218BE; }
a { background-color: rgb(146,24,190); }
div.DivClassName
{
background-color: #9218BE;
}
.BgClassName
{
background-color: #9218BE;
}
</style>
border-color css
<style>
span { border-color: #9218BE; }
span { border-color: rgb(146,24,190); }
td.TdClassName
{
border-color: #9218BE;
}
.TagClassName
{
border-color: #9218BE;
}
</style>