Shades of Dark Orchid #9225BC
Tints of Dark Orchid #9225BC
RGB
CMYK
RGB Variations
Color information
#9225BC (or 0x9225BC) is known color: Dark Orchid. HEX triplet: 92, 25 and BC. RGB value is (146,37,188). Sum of RGB (Red+Green+Blue) = 146+37+188=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #9225BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9225BC is #6DDA43. Grayscale: #565656. Windows color (decimal): -7199300 or 12330386. OLE color: 12330386.
HSL color Cylindrical-coordinate representation of color #9225BC: hue angle of 283.31º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9225BC is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 37 | 188 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.26 |
| HSL | 283.31º | 0.67% | 0.44% | - |
| HSV(B) | 283.31º | 0.8% | 0.74% | - |
| XYZ | 21.59 | 11.06 | 48.57 | - |
| YUV | 86.81 | 185.11 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 37 | 188 | 0.22 | 0.80 | 0 | 0.26 | 283.31 | 0.67 | 0.44 |
| Hex | 92 | 25 | BC | 16 | 50 | 0 | 1A | 11B | 43 | 2C |
| Octal | 222 | 45 | 274 | 26 | 120 | 0 | 32 | 433 | 103 | 54 |
| Binary | 10010010 | 100101 | 10111100 | 10110 | 1010000 | 0 | 11010 | 100011011 | 1000011 | 101100 |
Color Harmonies of #9225BC
Complementary color
Monochromatic Colors of #9225BC
Black with #9225BC
Text Example
Text Example
White with #9225BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9225BC; }
p { color: rgb(146,37,188); }
H1.HeaderClassName
{
color: #9225BC;
}
.AnyTagClassName
{
color: #9225BC;
}
</style>
background-color css
<style>
a { background-color: #9225BC; }
a { background-color: rgb(146,37,188); }
div.DivClassName
{
background-color: #9225BC;
}
.BgClassName
{
background-color: #9225BC;
}
</style>
border-color css
<style>
span { border-color: #9225BC; }
span { border-color: rgb(146,37,188); }
td.TdClassName
{
border-color: #9225BC;
}
.TagClassName
{
border-color: #9225BC;
}
</style>