Shades of Dark Orchid #9119C9
Tints of Dark Orchid #9119C9
RGB
CMYK
RGB Variations
Color information
#9119C9 (or 0x9119C9) is known color: Dark Orchid. HEX triplet: 91, 19 and C9. RGB value is (145,25,201). Sum of RGB (Red+Green+Blue) = 145+25+201=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 201 (78.91% from 255 or 54.18% from 371); Max value from RGB is 201 - color contains mainly: blue. Hex color #9119C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9119C9 is #6EE636. Grayscale: #505050. Windows color (decimal): -7267895 or 13179281. OLE color: 13179281.
HSL color Cylindrical-coordinate representation of color #9119C9: hue angle of 280.91º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9119C9 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 25 | 201 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.21 |
| HSL | 280.91º | 0.78% | 0.44% | - |
| HSV(B) | 280.91º | 0.88% | 0.79% | - |
| XYZ | 22.57 | 10.93 | 56.18 | - |
| YUV | 80.94 | 195.76 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 201 | 0.28 | 0.88 | 0 | 0.21 | 280.91 | 0.78 | 0.44 |
| Hex | 91 | 19 | C9 | 1C | 58 | 0 | 15 | 119 | 4E | 2C |
| Octal | 221 | 31 | 311 | 34 | 130 | 0 | 25 | 431 | 116 | 54 |
| Binary | 10010001 | 11001 | 11001001 | 11100 | 1011000 | 0 | 10101 | 100011001 | 1001110 | 101100 |
Color Harmonies of #9119C9
Complementary color
Monochromatic Colors of #9119C9
Black with #9119C9
Text Example
Text Example
White with #9119C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9119C9; }
p { color: rgb(145,25,201); }
H1.HeaderClassName
{
color: #9119C9;
}
.AnyTagClassName
{
color: #9119C9;
}
</style>
background-color css
<style>
a { background-color: #9119C9; }
a { background-color: rgb(145,25,201); }
div.DivClassName
{
background-color: #9119C9;
}
.BgClassName
{
background-color: #9119C9;
}
</style>
border-color css
<style>
span { border-color: #9119C9; }
span { border-color: rgb(145,25,201); }
td.TdClassName
{
border-color: #9119C9;
}
.TagClassName
{
border-color: #9119C9;
}
</style>