Shades of Dark Orchid #9224B3
Tints of Dark Orchid #9224B3
RGB
CMYK
RGB Variations
Color information
#9224B3 (or 0x9224B3) is known color: Dark Orchid. HEX triplet: 92, 24 and B3. RGB value is (146,36,179). Sum of RGB (Red+Green+Blue) = 146+36+179=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: blue. Hex color #9224B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9224B3 is #6DDB4C. Grayscale: #545454. Windows color (decimal): -7199565 or 11740306. OLE color: 11740306.
HSL color Cylindrical-coordinate representation of color #9224B3: hue angle of 286.15º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9224B3 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 36 | 179 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.30 |
| HSL | 286.15º | 0.67% | 0.42% | - |
| HSV(B) | 286.15º | 0.8% | 0.7% | - |
| XYZ | 20.62 | 10.63 | 43.61 | - |
| YUV | 85.19 | 180.94 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 36 | 179 | 0.18 | 0.80 | 0 | 0.30 | 286.15 | 0.67 | 0.42 |
| Hex | 92 | 24 | B3 | 12 | 50 | 0 | 1E | 11E | 43 | 2A |
| Octal | 222 | 44 | 263 | 22 | 120 | 0 | 36 | 436 | 103 | 52 |
| Binary | 10010010 | 100100 | 10110011 | 10010 | 1010000 | 0 | 11110 | 100011110 | 1000011 | 101010 |
Color Harmonies of #9224B3
Complementary color
Monochromatic Colors of #9224B3
Black with #9224B3
Text Example
Text Example
White with #9224B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9224B3; }
p { color: rgb(146,36,179); }
H1.HeaderClassName
{
color: #9224B3;
}
.AnyTagClassName
{
color: #9224B3;
}
</style>
background-color css
<style>
a { background-color: #9224B3; }
a { background-color: rgb(146,36,179); }
div.DivClassName
{
background-color: #9224B3;
}
.BgClassName
{
background-color: #9224B3;
}
</style>
border-color css
<style>
span { border-color: #9224B3; }
span { border-color: rgb(146,36,179); }
td.TdClassName
{
border-color: #9224B3;
}
.TagClassName
{
border-color: #9224B3;
}
</style>