Shades of Dark Orchid #9141CE
Tints of Dark Orchid #9141CE
RGB
CMYK
RGB Variations
Color information
#9141CE (or 0x9141CE) is known color: Dark Orchid. HEX triplet: 91, 41 and CE. RGB value is (145,65,206). Sum of RGB (Red+Green+Blue) = 145+65+206=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #9141CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9141CE is #6EBE31. Grayscale: #686868. Windows color (decimal): -7257650 or 13517201. OLE color: 13517201.
HSL color Cylindrical-coordinate representation of color #9141CE: hue angle of 274.04º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9141CE is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 65 | 206 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.19 |
| HSL | 274.04º | 0.59% | 0.53% | - |
| HSV(B) | 274.04º | 0.68% | 0.81% | - |
| XYZ | 24.71 | 14.26 | 59.84 | - |
| YUV | 104.99 | 185 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 206 | 0.30 | 0.68 | 0 | 0.19 | 274.04 | 0.59 | 0.53 |
| Hex | 91 | 41 | CE | 1E | 44 | 0 | 13 | 112 | 3B | 35 |
| Octal | 221 | 101 | 316 | 36 | 104 | 0 | 23 | 422 | 73 | 65 |
| Binary | 10010001 | 1000001 | 11001110 | 11110 | 1000100 | 0 | 10011 | 100010010 | 111011 | 110101 |
Color Harmonies of #9141CE
Complementary color
Monochromatic Colors of #9141CE
Black with #9141CE
Text Example
Text Example
White with #9141CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9141CE; }
p { color: rgb(145,65,206); }
H1.HeaderClassName
{
color: #9141CE;
}
.AnyTagClassName
{
color: #9141CE;
}
</style>
background-color css
<style>
a { background-color: #9141CE; }
a { background-color: rgb(145,65,206); }
div.DivClassName
{
background-color: #9141CE;
}
.BgClassName
{
background-color: #9141CE;
}
</style>
border-color css
<style>
span { border-color: #9141CE; }
span { border-color: rgb(145,65,206); }
td.TdClassName
{
border-color: #9141CE;
}
.TagClassName
{
border-color: #9141CE;
}
</style>