Shades of Dark Orchid #9140CB
Tints of Dark Orchid #9140CB
RGB
CMYK
RGB Variations
Color information
#9140CB (or 0x9140CB) is known color: Dark Orchid. HEX triplet: 91, 40 and CB. RGB value is (145,64,203). Sum of RGB (Red+Green+Blue) = 145+64+203=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #9140CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9140CB is #6EBF34. Grayscale: #676767. Windows color (decimal): -7257909 or 13320337. OLE color: 13320337.
HSL color Cylindrical-coordinate representation of color #9140CB: hue angle of 274.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9140CB is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 64 | 203 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.20 |
| HSL | 274.96º | 0.57% | 0.52% | - |
| HSV(B) | 274.96º | 0.68% | 0.8% | - |
| XYZ | 24.29 | 14 | 57.92 | - |
| YUV | 104.07 | 183.84 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 203 | 0.29 | 0.68 | 0 | 0.20 | 274.96 | 0.57 | 0.52 |
| Hex | 91 | 40 | CB | 1D | 44 | 0 | 14 | 113 | 39 | 34 |
| Octal | 221 | 100 | 313 | 35 | 104 | 0 | 24 | 423 | 71 | 64 |
| Binary | 10010001 | 1000000 | 11001011 | 11101 | 1000100 | 0 | 10100 | 100010011 | 111001 | 110100 |
Color Harmonies of #9140CB
Complementary color
Monochromatic Colors of #9140CB
Black with #9140CB
Text Example
Text Example
White with #9140CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9140CB; }
p { color: rgb(145,64,203); }
H1.HeaderClassName
{
color: #9140CB;
}
.AnyTagClassName
{
color: #9140CB;
}
</style>
background-color css
<style>
a { background-color: #9140CB; }
a { background-color: rgb(145,64,203); }
div.DivClassName
{
background-color: #9140CB;
}
.BgClassName
{
background-color: #9140CB;
}
</style>
border-color css
<style>
span { border-color: #9140CB; }
span { border-color: rgb(145,64,203); }
td.TdClassName
{
border-color: #9140CB;
}
.TagClassName
{
border-color: #9140CB;
}
</style>