Shades of Dark Orchid #9132CE
Tints of Dark Orchid #9132CE
RGB
CMYK
RGB Variations
Color information
#9132CE (or 0x9132CE) is known color: Dark Orchid. HEX triplet: 91, 32 and CE. RGB value is (145,50,206). Sum of RGB (Red+Green+Blue) = 145+50+206=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #9132CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9132CE is #6ECD31. Grayscale: #5F5F5F. Windows color (decimal): -7261490 or 13513361. OLE color: 13513361.
HSL color Cylindrical-coordinate representation of color #9132CE: hue angle of 276.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9132CE is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 50 | 206 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.19 |
| HSL | 276.54º | 0.61% | 0.5% | - |
| HSV(B) | 276.54º | 0.76% | 0.81% | - |
| XYZ | 23.96 | 12.76 | 59.59 | - |
| YUV | 96.19 | 189.97 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 50 | 206 | 0.30 | 0.76 | 0 | 0.19 | 276.54 | 0.61 | 0.5 |
| Hex | 91 | 32 | CE | 1E | 4C | 0 | 13 | 115 | 3D | 32 |
| Octal | 221 | 62 | 316 | 36 | 114 | 0 | 23 | 425 | 75 | 62 |
| Binary | 10010001 | 110010 | 11001110 | 11110 | 1001100 | 0 | 10011 | 100010101 | 111101 | 110010 |
Color Harmonies of #9132CE
Complementary color
Monochromatic Colors of #9132CE
Black with #9132CE
Text Example
Text Example
White with #9132CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9132CE; }
p { color: rgb(145,50,206); }
H1.HeaderClassName
{
color: #9132CE;
}
.AnyTagClassName
{
color: #9132CE;
}
</style>
background-color css
<style>
a { background-color: #9132CE; }
a { background-color: rgb(145,50,206); }
div.DivClassName
{
background-color: #9132CE;
}
.BgClassName
{
background-color: #9132CE;
}
</style>
border-color css
<style>
span { border-color: #9132CE; }
span { border-color: rgb(145,50,206); }
td.TdClassName
{
border-color: #9132CE;
}
.TagClassName
{
border-color: #9132CE;
}
</style>