Shades of Dark Orchid #9124CF
Tints of Dark Orchid #9124CF
RGB
CMYK
RGB Variations
Color information
#9124CF (or 0x9124CF) is known color: Dark Orchid. HEX triplet: 91, 24 and CF. RGB value is (145,36,207). Sum of RGB (Red+Green+Blue) = 145+36+207=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #9124CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9124CF is #6EDB30. Grayscale: #575757. Windows color (decimal): -7265073 or 13575313. OLE color: 13575313.
HSL color Cylindrical-coordinate representation of color #9124CF: hue angle of 278.25º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9124CF is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 36 | 207 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.19 |
| HSL | 278.25º | 0.7% | 0.48% | - |
| HSV(B) | 278.25º | 0.83% | 0.81% | - |
| XYZ | 23.57 | 11.79 | 60.06 | - |
| YUV | 88.09 | 195.11 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 36 | 207 | 0.30 | 0.83 | 0 | 0.19 | 278.25 | 0.7 | 0.48 |
| Hex | 91 | 24 | CF | 1E | 53 | 0 | 13 | 116 | 46 | 30 |
| Octal | 221 | 44 | 317 | 36 | 123 | 0 | 23 | 426 | 106 | 60 |
| Binary | 10010001 | 100100 | 11001111 | 11110 | 1010011 | 0 | 10011 | 100010110 | 1000110 | 110000 |
Color Harmonies of #9124CF
Complementary color
Monochromatic Colors of #9124CF
Black with #9124CF
Text Example
Text Example
White with #9124CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9124CF; }
p { color: rgb(145,36,207); }
H1.HeaderClassName
{
color: #9124CF;
}
.AnyTagClassName
{
color: #9124CF;
}
</style>
background-color css
<style>
a { background-color: #9124CF; }
a { background-color: rgb(145,36,207); }
div.DivClassName
{
background-color: #9124CF;
}
.BgClassName
{
background-color: #9124CF;
}
</style>
border-color css
<style>
span { border-color: #9124CF; }
span { border-color: rgb(145,36,207); }
td.TdClassName
{
border-color: #9124CF;
}
.TagClassName
{
border-color: #9124CF;
}
</style>