Shades of Dark Orchid #9136B3
Tints of Dark Orchid #9136B3
RGB
CMYK
RGB Variations
Color information
#9136B3 (or 0x9136B3) is known color: Dark Orchid. HEX triplet: 91, 36 and B3. RGB value is (145,54,179). Sum of RGB (Red+Green+Blue) = 145+54+179=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 179 - color contains mainly: blue. Hex color #9136B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9136B3 is #6EC94C. Grayscale: #5F5F5F. Windows color (decimal): -7260493 or 11744913. OLE color: 11744913.
HSL color Cylindrical-coordinate representation of color #9136B3: hue angle of 283.68º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9136B3 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 54 | 179 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.30 |
| HSL | 283.68º | 0.54% | 0.46% | - |
| HSV(B) | 283.68º | 0.7% | 0.7% | - |
| XYZ | 21.13 | 11.91 | 43.83 | - |
| YUV | 95.46 | 175.15 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 179 | 0.19 | 0.70 | 0 | 0.30 | 283.68 | 0.54 | 0.46 |
| Hex | 91 | 36 | B3 | 13 | 46 | 0 | 1E | 11C | 36 | 2E |
| Octal | 221 | 66 | 263 | 23 | 106 | 0 | 36 | 434 | 66 | 56 |
| Binary | 10010001 | 110110 | 10110011 | 10011 | 1000110 | 0 | 11110 | 100011100 | 110110 | 101110 |
Color Harmonies of #9136B3
Complementary color
Monochromatic Colors of #9136B3
Black with #9136B3
Text Example
Text Example
White with #9136B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9136B3; }
p { color: rgb(145,54,179); }
H1.HeaderClassName
{
color: #9136B3;
}
.AnyTagClassName
{
color: #9136B3;
}
</style>
background-color css
<style>
a { background-color: #9136B3; }
a { background-color: rgb(145,54,179); }
div.DivClassName
{
background-color: #9136B3;
}
.BgClassName
{
background-color: #9136B3;
}
</style>
border-color css
<style>
span { border-color: #9136B3; }
span { border-color: rgb(145,54,179); }
td.TdClassName
{
border-color: #9136B3;
}
.TagClassName
{
border-color: #9136B3;
}
</style>