Shades of Dark Orchid #9136D6
Tints of Dark Orchid #9136D6
RGB
CMYK
RGB Variations
Color information
#9136D6 (or 0x9136D6) is known color: Dark Orchid. HEX triplet: 91, 36 and D6. RGB value is (145,54,214). Sum of RGB (Red+Green+Blue) = 145+54+214=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 214 (83.98% from 255 or 51.82% from 413); Max value from RGB is 214 - color contains mainly: blue. Hex color #9136D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9136D6 is #6EC929. Grayscale: #626262. Windows color (decimal): -7260458 or 14038673. OLE color: 14038673.
HSL color Cylindrical-coordinate representation of color #9136D6: hue angle of 274.12º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9136D6 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 54 | 214 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.16 |
| HSL | 274.13º | 0.66% | 0.53% | - |
| HSV(B) | 274.13º | 0.75% | 0.84% | - |
| XYZ | 25.13 | 13.51 | 64.9 | - |
| YUV | 99.45 | 192.65 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 214 | 0.32 | 0.75 | 0 | 0.16 | 274.13 | 0.66 | 0.53 |
| Hex | 91 | 36 | D6 | 20 | 4B | 0 | 10 | 112 | 42 | 35 |
| Octal | 221 | 66 | 326 | 40 | 113 | 0 | 20 | 422 | 102 | 65 |
| Binary | 10010001 | 110110 | 11010110 | 100000 | 1001011 | 0 | 10000 | 100010010 | 1000010 | 110101 |
Color Harmonies of #9136D6
Complementary color
Monochromatic Colors of #9136D6
Black with #9136D6
Text Example
Text Example
White with #9136D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9136D6; }
p { color: rgb(145,54,214); }
H1.HeaderClassName
{
color: #9136D6;
}
.AnyTagClassName
{
color: #9136D6;
}
</style>
background-color css
<style>
a { background-color: #9136D6; }
a { background-color: rgb(145,54,214); }
div.DivClassName
{
background-color: #9136D6;
}
.BgClassName
{
background-color: #9136D6;
}
</style>
border-color css
<style>
span { border-color: #9136D6; }
span { border-color: rgb(145,54,214); }
td.TdClassName
{
border-color: #9136D6;
}
.TagClassName
{
border-color: #9136D6;
}
</style>