Shades of Dark Orchid #9225C1
Tints of Dark Orchid #9225C1
RGB
CMYK
RGB Variations
Color information
#9225C1 (or 0x9225C1) is known color: Dark Orchid. HEX triplet: 92, 25 and C1. RGB value is (146,37,193). Sum of RGB (Red+Green+Blue) = 146+37+193=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #9225C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9225C1 is #6DDA3E. Grayscale: #565656. Windows color (decimal): -7199295 or 12658066. OLE color: 12658066.
HSL color Cylindrical-coordinate representation of color #9225C1: hue angle of 281.92º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9225C1 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 37 | 193 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.24 |
| HSL | 281.92º | 0.68% | 0.45% | - |
| HSV(B) | 281.92º | 0.81% | 0.76% | - |
| XYZ | 22.14 | 11.28 | 51.46 | - |
| YUV | 87.38 | 187.61 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 37 | 193 | 0.24 | 0.81 | 0 | 0.24 | 281.92 | 0.68 | 0.45 |
| Hex | 92 | 25 | C1 | 18 | 51 | 0 | 18 | 11A | 44 | 2D |
| Octal | 222 | 45 | 301 | 30 | 121 | 0 | 30 | 432 | 104 | 55 |
| Binary | 10010010 | 100101 | 11000001 | 11000 | 1010001 | 0 | 11000 | 100011010 | 1000100 | 101101 |
Color Harmonies of #9225C1
Complementary color
Monochromatic Colors of #9225C1
Black with #9225C1
Text Example
Text Example
White with #9225C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9225C1; }
p { color: rgb(146,37,193); }
H1.HeaderClassName
{
color: #9225C1;
}
.AnyTagClassName
{
color: #9225C1;
}
</style>
background-color css
<style>
a { background-color: #9225C1; }
a { background-color: rgb(146,37,193); }
div.DivClassName
{
background-color: #9225C1;
}
.BgClassName
{
background-color: #9225C1;
}
</style>
border-color css
<style>
span { border-color: #9225C1; }
span { border-color: rgb(146,37,193); }
td.TdClassName
{
border-color: #9225C1;
}
.TagClassName
{
border-color: #9225C1;
}
</style>