Shades of Dark Orchid #9132CD
Tints of Dark Orchid #9132CD
RGB
CMYK
RGB Variations
Color information
#9132CD (or 0x9132CD) is known color: Dark Orchid. HEX triplet: 91, 32 and CD. RGB value is (145,50,205). Sum of RGB (Red+Green+Blue) = 145+50+205=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #9132CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9132CD is #6ECD32. Grayscale: #5F5F5F. Windows color (decimal): -7261491 or 13447825. OLE color: 13447825.
HSL color Cylindrical-coordinate representation of color #9132CD: hue angle of 276.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9132CD is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 50 | 205 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.20 |
| HSL | 276.77º | 0.61% | 0.5% | - |
| HSV(B) | 276.77º | 0.76% | 0.8% | - |
| XYZ | 23.84 | 12.71 | 58.95 | - |
| YUV | 96.08 | 189.47 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 50 | 205 | 0.29 | 0.76 | 0 | 0.20 | 276.77 | 0.61 | 0.5 |
| Hex | 91 | 32 | CD | 1D | 4C | 0 | 14 | 115 | 3D | 32 |
| Octal | 221 | 62 | 315 | 35 | 114 | 0 | 24 | 425 | 75 | 62 |
| Binary | 10010001 | 110010 | 11001101 | 11101 | 1001100 | 0 | 10100 | 100010101 | 111101 | 110010 |
Color Harmonies of #9132CD
Complementary color
Monochromatic Colors of #9132CD
Black with #9132CD
Text Example
Text Example
White with #9132CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9132CD; }
p { color: rgb(145,50,205); }
H1.HeaderClassName
{
color: #9132CD;
}
.AnyTagClassName
{
color: #9132CD;
}
</style>
background-color css
<style>
a { background-color: #9132CD; }
a { background-color: rgb(145,50,205); }
div.DivClassName
{
background-color: #9132CD;
}
.BgClassName
{
background-color: #9132CD;
}
</style>
border-color css
<style>
span { border-color: #9132CD; }
span { border-color: rgb(145,50,205); }
td.TdClassName
{
border-color: #9132CD;
}
.TagClassName
{
border-color: #9132CD;
}
</style>