Shades of Dark Orchid #9219B1
Tints of Dark Orchid #9219B1
RGB
CMYK
RGB Variations
Color information
#9219B1 (or 0x9219B1) is known color: Dark Orchid. HEX triplet: 92, 19 and B1. RGB value is (146,25,177). Sum of RGB (Red+Green+Blue) = 146+25+177=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #9219B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9219B1 is #6DE64E. Grayscale: #4E4E4E. Windows color (decimal): -7202383 or 11606418. OLE color: 11606418.
HSL color Cylindrical-coordinate representation of color #9219B1: hue angle of 287.76º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9219B1 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 25 | 177 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.31 |
| HSL | 287.76º | 0.75% | 0.4% | - |
| HSV(B) | 287.76º | 0.86% | 0.69% | - |
| XYZ | 20.14 | 9.98 | 42.46 | - |
| YUV | 78.51 | 183.59 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 177 | 0.18 | 0.86 | 0 | 0.31 | 287.76 | 0.75 | 0.4 |
| Hex | 92 | 19 | B1 | 12 | 56 | 0 | 1F | 120 | 4B | 28 |
| Octal | 222 | 31 | 261 | 22 | 126 | 0 | 37 | 440 | 113 | 50 |
| Binary | 10010010 | 11001 | 10110001 | 10010 | 1010110 | 0 | 11111 | 100100000 | 1001011 | 101000 |
Color Harmonies of #9219B1
Complementary color
Monochromatic Colors of #9219B1
Black with #9219B1
Text Example
Text Example
White with #9219B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9219B1; }
p { color: rgb(146,25,177); }
H1.HeaderClassName
{
color: #9219B1;
}
.AnyTagClassName
{
color: #9219B1;
}
</style>
background-color css
<style>
a { background-color: #9219B1; }
a { background-color: rgb(146,25,177); }
div.DivClassName
{
background-color: #9219B1;
}
.BgClassName
{
background-color: #9219B1;
}
</style>
border-color css
<style>
span { border-color: #9219B1; }
span { border-color: rgb(146,25,177); }
td.TdClassName
{
border-color: #9219B1;
}
.TagClassName
{
border-color: #9219B1;
}
</style>