Shades of Dark Orchid #9123C9
Tints of Dark Orchid #9123C9
RGB
CMYK
RGB Variations
Color information
#9123C9 (or 0x9123C9) is known color: Dark Orchid. HEX triplet: 91, 23 and C9. RGB value is (145,35,201). Sum of RGB (Red+Green+Blue) = 145+35+201=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #9123C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9123C9 is #6EDC36. Grayscale: #565656. Windows color (decimal): -7265335 or 13181841. OLE color: 13181841.
HSL color Cylindrical-coordinate representation of color #9123C9: hue angle of 279.76º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9123C9 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 35 | 201 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.21 |
| HSL | 279.76º | 0.7% | 0.46% | - |
| HSV(B) | 279.76º | 0.83% | 0.79% | - |
| XYZ | 22.82 | 11.44 | 56.26 | - |
| YUV | 86.81 | 192.44 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 35 | 201 | 0.28 | 0.83 | 0 | 0.21 | 279.76 | 0.7 | 0.46 |
| Hex | 91 | 23 | C9 | 1C | 53 | 0 | 15 | 118 | 46 | 2E |
| Octal | 221 | 43 | 311 | 34 | 123 | 0 | 25 | 430 | 106 | 56 |
| Binary | 10010001 | 100011 | 11001001 | 11100 | 1010011 | 0 | 10101 | 100011000 | 1000110 | 101110 |
Color Harmonies of #9123C9
Complementary color
Monochromatic Colors of #9123C9
Black with #9123C9
Text Example
Text Example
White with #9123C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9123C9; }
p { color: rgb(145,35,201); }
H1.HeaderClassName
{
color: #9123C9;
}
.AnyTagClassName
{
color: #9123C9;
}
</style>
background-color css
<style>
a { background-color: #9123C9; }
a { background-color: rgb(145,35,201); }
div.DivClassName
{
background-color: #9123C9;
}
.BgClassName
{
background-color: #9123C9;
}
</style>
border-color css
<style>
span { border-color: #9123C9; }
span { border-color: rgb(145,35,201); }
td.TdClassName
{
border-color: #9123C9;
}
.TagClassName
{
border-color: #9123C9;
}
</style>