Shades of Dark Orchid #9124BD
Tints of Dark Orchid #9124BD
RGB
CMYK
RGB Variations
Color information
#9124BD (or 0x9124BD) is known color: Dark Orchid. HEX triplet: 91, 24 and BD. RGB value is (145,36,189). Sum of RGB (Red+Green+Blue) = 145+36+189=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #9124BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9124BD is #6EDB42. Grayscale: #555555. Windows color (decimal): -7265091 or 12395665. OLE color: 12395665.
HSL color Cylindrical-coordinate representation of color #9124BD: hue angle of 282.75º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9124BD is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 36 | 189 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.26 |
| HSL | 282.75º | 0.68% | 0.44% | - |
| HSV(B) | 282.75º | 0.81% | 0.74% | - |
| XYZ | 21.49 | 10.96 | 49.13 | - |
| YUV | 86.03 | 186.11 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 36 | 189 | 0.23 | 0.81 | 0 | 0.26 | 282.75 | 0.68 | 0.44 |
| Hex | 91 | 24 | BD | 17 | 51 | 0 | 1A | 11B | 44 | 2C |
| Octal | 221 | 44 | 275 | 27 | 121 | 0 | 32 | 433 | 104 | 54 |
| Binary | 10010001 | 100100 | 10111101 | 10111 | 1010001 | 0 | 11010 | 100011011 | 1000100 | 101100 |
Color Harmonies of #9124BD
Complementary color
Monochromatic Colors of #9124BD
Black with #9124BD
Text Example
Text Example
White with #9124BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9124BD; }
p { color: rgb(145,36,189); }
H1.HeaderClassName
{
color: #9124BD;
}
.AnyTagClassName
{
color: #9124BD;
}
</style>
background-color css
<style>
a { background-color: #9124BD; }
a { background-color: rgb(145,36,189); }
div.DivClassName
{
background-color: #9124BD;
}
.BgClassName
{
background-color: #9124BD;
}
</style>
border-color css
<style>
span { border-color: #9124BD; }
span { border-color: rgb(145,36,189); }
td.TdClassName
{
border-color: #9124BD;
}
.TagClassName
{
border-color: #9124BD;
}
</style>