Shades of Dark Orchid #9132C9
Tints of Dark Orchid #9132C9
RGB
CMYK
RGB Variations
Color information
#9132C9 (or 0x9132C9) is known color: Dark Orchid. HEX triplet: 91, 32 and C9. RGB value is (145,50,201). Sum of RGB (Red+Green+Blue) = 145+50+201=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #9132C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9132C9 is #6ECD36. Grayscale: #5F5F5F. Windows color (decimal): -7261495 or 13185681. OLE color: 13185681.
HSL color Cylindrical-coordinate representation of color #9132C9: hue angle of 277.75º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9132C9 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 50 | 201 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.21 |
| HSL | 277.75º | 0.6% | 0.49% | - |
| HSV(B) | 277.75º | 0.75% | 0.79% | - |
| XYZ | 23.36 | 12.52 | 56.44 | - |
| YUV | 95.62 | 187.47 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 50 | 201 | 0.28 | 0.75 | 0 | 0.21 | 277.75 | 0.6 | 0.49 |
| Hex | 91 | 32 | C9 | 1C | 4B | 0 | 15 | 116 | 3C | 31 |
| Octal | 221 | 62 | 311 | 34 | 113 | 0 | 25 | 426 | 74 | 61 |
| Binary | 10010001 | 110010 | 11001001 | 11100 | 1001011 | 0 | 10101 | 100010110 | 111100 | 110001 |
Color Harmonies of #9132C9
Complementary color
Monochromatic Colors of #9132C9
Black with #9132C9
Text Example
Text Example
White with #9132C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9132C9; }
p { color: rgb(145,50,201); }
H1.HeaderClassName
{
color: #9132C9;
}
.AnyTagClassName
{
color: #9132C9;
}
</style>
background-color css
<style>
a { background-color: #9132C9; }
a { background-color: rgb(145,50,201); }
div.DivClassName
{
background-color: #9132C9;
}
.BgClassName
{
background-color: #9132C9;
}
</style>
border-color css
<style>
span { border-color: #9132C9; }
span { border-color: rgb(145,50,201); }
td.TdClassName
{
border-color: #9132C9;
}
.TagClassName
{
border-color: #9132C9;
}
</style>