Shades of Dark Orchid #9127CF
Tints of Dark Orchid #9127CF
RGB
CMYK
RGB Variations
Color information
#9127CF (or 0x9127CF) is known color: Dark Orchid. HEX triplet: 91, 27 and CF. RGB value is (145,39,207). Sum of RGB (Red+Green+Blue) = 145+39+207=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #9127CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9127CF is #6ED830. Grayscale: #595959. Windows color (decimal): -7264305 or 13576081. OLE color: 13576081.
HSL color Cylindrical-coordinate representation of color #9127CF: hue angle of 277.86º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9127CF is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 39 | 207 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.19 |
| HSL | 277.86º | 0.68% | 0.48% | - |
| HSV(B) | 277.86º | 0.81% | 0.81% | - |
| XYZ | 23.67 | 11.98 | 60.1 | - |
| YUV | 89.85 | 194.12 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 39 | 207 | 0.30 | 0.81 | 0 | 0.19 | 277.86 | 0.68 | 0.48 |
| Hex | 91 | 27 | CF | 1E | 51 | 0 | 13 | 116 | 44 | 30 |
| Octal | 221 | 47 | 317 | 36 | 121 | 0 | 23 | 426 | 104 | 60 |
| Binary | 10010001 | 100111 | 11001111 | 11110 | 1010001 | 0 | 10011 | 100010110 | 1000100 | 110000 |
Color Harmonies of #9127CF
Complementary color
Monochromatic Colors of #9127CF
Black with #9127CF
Text Example
Text Example
White with #9127CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9127CF; }
p { color: rgb(145,39,207); }
H1.HeaderClassName
{
color: #9127CF;
}
.AnyTagClassName
{
color: #9127CF;
}
</style>
background-color css
<style>
a { background-color: #9127CF; }
a { background-color: rgb(145,39,207); }
div.DivClassName
{
background-color: #9127CF;
}
.BgClassName
{
background-color: #9127CF;
}
</style>
border-color css
<style>
span { border-color: #9127CF; }
span { border-color: rgb(145,39,207); }
td.TdClassName
{
border-color: #9127CF;
}
.TagClassName
{
border-color: #9127CF;
}
</style>