Shades of Dark Orchid #9218B5
Tints of Dark Orchid #9218B5
RGB
CMYK
RGB Variations
Color information
#9218B5 (or 0x9218B5) is known color: Dark Orchid. HEX triplet: 92, 18 and B5. RGB value is (146,24,181). Sum of RGB (Red+Green+Blue) = 146+24+181=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 181 (71.09% from 255 or 51.57% from 351); Max value from RGB is 181 - color contains mainly: blue. Hex color #9218B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9218B5 is #6DE74A. Grayscale: #4D4D4D. Windows color (decimal): -7202635 or 11868306. OLE color: 11868306.
HSL color Cylindrical-coordinate representation of color #9218B5: hue angle of 286.62º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9218B5 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 24 | 181 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.29 |
| HSL | 286.62º | 0.77% | 0.4% | - |
| HSV(B) | 286.62º | 0.87% | 0.71% | - |
| XYZ | 20.52 | 10.1 | 44.58 | - |
| YUV | 78.38 | 185.92 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 24 | 181 | 0.19 | 0.87 | 0 | 0.29 | 286.62 | 0.77 | 0.4 |
| Hex | 92 | 18 | B5 | 13 | 57 | 0 | 1D | 11F | 4D | 28 |
| Octal | 222 | 30 | 265 | 23 | 127 | 0 | 35 | 437 | 115 | 50 |
| Binary | 10010010 | 11000 | 10110101 | 10011 | 1010111 | 0 | 11101 | 100011111 | 1001101 | 101000 |
Color Harmonies of #9218B5
Complementary color
Monochromatic Colors of #9218B5
Black with #9218B5
Text Example
Text Example
White with #9218B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9218B5; }
p { color: rgb(146,24,181); }
H1.HeaderClassName
{
color: #9218B5;
}
.AnyTagClassName
{
color: #9218B5;
}
</style>
background-color css
<style>
a { background-color: #9218B5; }
a { background-color: rgb(146,24,181); }
div.DivClassName
{
background-color: #9218B5;
}
.BgClassName
{
background-color: #9218B5;
}
</style>
border-color css
<style>
span { border-color: #9218B5; }
span { border-color: rgb(146,24,181); }
td.TdClassName
{
border-color: #9218B5;
}
.TagClassName
{
border-color: #9218B5;
}
</style>