Shades of Dark Orchid #9136D1
Tints of Dark Orchid #9136D1
RGB
CMYK
RGB Variations
Color information
#9136D1 (or 0x9136D1) is known color: Dark Orchid. HEX triplet: 91, 36 and D1. RGB value is (145,54,209). Sum of RGB (Red+Green+Blue) = 145+54+209=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #9136D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9136D1 is #6EC92E. Grayscale: #626262. Windows color (decimal): -7260463 or 13710993. OLE color: 13710993.
HSL color Cylindrical-coordinate representation of color #9136D1: hue angle of 275.23º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9136D1 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 54 | 209 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.18 |
| HSL | 275.23º | 0.63% | 0.52% | - |
| HSV(B) | 275.23º | 0.74% | 0.82% | - |
| XYZ | 24.5 | 13.26 | 61.59 | - |
| YUV | 98.88 | 190.15 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 209 | 0.31 | 0.74 | 0 | 0.18 | 275.23 | 0.63 | 0.52 |
| Hex | 91 | 36 | D1 | 1F | 4A | 0 | 12 | 113 | 3F | 34 |
| Octal | 221 | 66 | 321 | 37 | 112 | 0 | 22 | 423 | 77 | 64 |
| Binary | 10010001 | 110110 | 11010001 | 11111 | 1001010 | 0 | 10010 | 100010011 | 111111 | 110100 |
Color Harmonies of #9136D1
Complementary color
Monochromatic Colors of #9136D1
Black with #9136D1
Text Example
Text Example
White with #9136D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9136D1; }
p { color: rgb(145,54,209); }
H1.HeaderClassName
{
color: #9136D1;
}
.AnyTagClassName
{
color: #9136D1;
}
</style>
background-color css
<style>
a { background-color: #9136D1; }
a { background-color: rgb(145,54,209); }
div.DivClassName
{
background-color: #9136D1;
}
.BgClassName
{
background-color: #9136D1;
}
</style>
border-color css
<style>
span { border-color: #9136D1; }
span { border-color: rgb(145,54,209); }
td.TdClassName
{
border-color: #9136D1;
}
.TagClassName
{
border-color: #9136D1;
}
</style>