Shades of Dark Orchid #9141CB
Tints of Dark Orchid #9141CB
RGB
CMYK
RGB Variations
Color information
#9141CB (or 0x9141CB) is known color: Dark Orchid. HEX triplet: 91, 41 and CB. RGB value is (145,65,203). Sum of RGB (Red+Green+Blue) = 145+65+203=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #9141CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9141CB is #6EBE34. Grayscale: #686868. Windows color (decimal): -7257653 or 13320593. OLE color: 13320593.
HSL color Cylindrical-coordinate representation of color #9141CB: hue angle of 274.78º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9141CB is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 65 | 203 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.20 |
| HSL | 274.78º | 0.57% | 0.53% | - |
| HSV(B) | 274.78º | 0.68% | 0.8% | - |
| XYZ | 24.35 | 14.11 | 57.94 | - |
| YUV | 104.65 | 183.5 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 203 | 0.29 | 0.68 | 0 | 0.20 | 274.78 | 0.57 | 0.53 |
| Hex | 91 | 41 | CB | 1D | 44 | 0 | 14 | 113 | 39 | 35 |
| Octal | 221 | 101 | 313 | 35 | 104 | 0 | 24 | 423 | 71 | 65 |
| Binary | 10010001 | 1000001 | 11001011 | 11101 | 1000100 | 0 | 10100 | 100010011 | 111001 | 110101 |
Color Harmonies of #9141CB
Complementary color
Monochromatic Colors of #9141CB
Black with #9141CB
Text Example
Text Example
White with #9141CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9141CB; }
p { color: rgb(145,65,203); }
H1.HeaderClassName
{
color: #9141CB;
}
.AnyTagClassName
{
color: #9141CB;
}
</style>
background-color css
<style>
a { background-color: #9141CB; }
a { background-color: rgb(145,65,203); }
div.DivClassName
{
background-color: #9141CB;
}
.BgClassName
{
background-color: #9141CB;
}
</style>
border-color css
<style>
span { border-color: #9141CB; }
span { border-color: rgb(145,65,203); }
td.TdClassName
{
border-color: #9141CB;
}
.TagClassName
{
border-color: #9141CB;
}
</style>