Shades of Dark Orchid #9140CF
Tints of Dark Orchid #9140CF
RGB
CMYK
RGB Variations
Color information
#9140CF (or 0x9140CF) is known color: Dark Orchid. HEX triplet: 91, 40 and CF. RGB value is (145,64,207). Sum of RGB (Red+Green+Blue) = 145+64+207=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #9140CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9140CF is #6EBF30. Grayscale: #686868. Windows color (decimal): -7257905 or 13582481. OLE color: 13582481.
HSL color Cylindrical-coordinate representation of color #9140CF: hue angle of 273.99º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9140CF is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 64 | 207 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.19 |
| HSL | 273.99º | 0.6% | 0.53% | - |
| HSV(B) | 273.99º | 0.69% | 0.81% | - |
| XYZ | 24.77 | 14.19 | 60.47 | - |
| YUV | 104.52 | 185.84 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 207 | 0.30 | 0.69 | 0 | 0.19 | 273.99 | 0.6 | 0.53 |
| Hex | 91 | 40 | CF | 1E | 45 | 0 | 13 | 112 | 3C | 35 |
| Octal | 221 | 100 | 317 | 36 | 105 | 0 | 23 | 422 | 74 | 65 |
| Binary | 10010001 | 1000000 | 11001111 | 11110 | 1000101 | 0 | 10011 | 100010010 | 111100 | 110101 |
Color Harmonies of #9140CF
Complementary color
Monochromatic Colors of #9140CF
Black with #9140CF
Text Example
Text Example
White with #9140CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9140CF; }
p { color: rgb(145,64,207); }
H1.HeaderClassName
{
color: #9140CF;
}
.AnyTagClassName
{
color: #9140CF;
}
</style>
background-color css
<style>
a { background-color: #9140CF; }
a { background-color: rgb(145,64,207); }
div.DivClassName
{
background-color: #9140CF;
}
.BgClassName
{
background-color: #9140CF;
}
</style>
border-color css
<style>
span { border-color: #9140CF; }
span { border-color: rgb(145,64,207); }
td.TdClassName
{
border-color: #9140CF;
}
.TagClassName
{
border-color: #9140CF;
}
</style>