Shades of Dark Orchid #9226B9
Tints of Dark Orchid #9226B9
RGB
CMYK
RGB Variations
Color information
#9226B9 (or 0x9226B9) is known color: Dark Orchid. HEX triplet: 92, 26 and B9. RGB value is (146,38,185). Sum of RGB (Red+Green+Blue) = 146+38+185=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 185 (72.66% from 255 or 50.14% from 369); Max value from RGB is 185 - color contains mainly: blue. Hex color #9226B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9226B9 is #6DD946. Grayscale: #565656. Windows color (decimal): -7199047 or 12134034. OLE color: 12134034.
HSL color Cylindrical-coordinate representation of color #9226B9: hue angle of 284.08º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9226B9 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 38 | 185 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.27 |
| HSL | 284.08º | 0.66% | 0.44% | - |
| HSV(B) | 284.08º | 0.79% | 0.73% | - |
| XYZ | 21.3 | 11 | 46.9 | - |
| YUV | 87.05 | 183.28 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 38 | 185 | 0.21 | 0.79 | 0 | 0.27 | 284.08 | 0.66 | 0.44 |
| Hex | 92 | 26 | B9 | 15 | 4F | 0 | 1B | 11C | 42 | 2C |
| Octal | 222 | 46 | 271 | 25 | 117 | 0 | 33 | 434 | 102 | 54 |
| Binary | 10010010 | 100110 | 10111001 | 10101 | 1001111 | 0 | 11011 | 100011100 | 1000010 | 101100 |
Color Harmonies of #9226B9
Complementary color
Monochromatic Colors of #9226B9
Black with #9226B9
Text Example
Text Example
White with #9226B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9226B9; }
p { color: rgb(146,38,185); }
H1.HeaderClassName
{
color: #9226B9;
}
.AnyTagClassName
{
color: #9226B9;
}
</style>
background-color css
<style>
a { background-color: #9226B9; }
a { background-color: rgb(146,38,185); }
div.DivClassName
{
background-color: #9226B9;
}
.BgClassName
{
background-color: #9226B9;
}
</style>
border-color css
<style>
span { border-color: #9226B9; }
span { border-color: rgb(146,38,185); }
td.TdClassName
{
border-color: #9226B9;
}
.TagClassName
{
border-color: #9226B9;
}
</style>