Shades of Dark Orchid #9331C7
Tints of Dark Orchid #9331C7
RGB
CMYK
RGB Variations
Color information
#9331C7 (or 0x9331C7) is known color: Dark Orchid. HEX triplet: 93, 31 and C7. RGB value is (147,49,199). Sum of RGB (Red+Green+Blue) = 147+49+199=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 199 (78.12% from 255 or 50.38% from 395); Max value from RGB is 199 - color contains mainly: blue. Hex color #9331C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9331C7 is #6CCE38. Grayscale: #5E5E5E. Windows color (decimal): -7130681 or 13054355. OLE color: 13054355.
HSL color Cylindrical-coordinate representation of color #9331C7: hue angle of 279.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9331C7 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 49 | 199 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.22 |
| HSL | 279.2º | 0.6% | 0.49% | - |
| HSV(B) | 279.2º | 0.75% | 0.78% | - |
| XYZ | 23.44 | 12.52 | 55.21 | - |
| YUV | 95.4 | 186.47 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 49 | 199 | 0.26 | 0.75 | 0 | 0.22 | 279.2 | 0.6 | 0.49 |
| Hex | 93 | 31 | C7 | 1A | 4B | 0 | 16 | 117 | 3C | 31 |
| Octal | 223 | 61 | 307 | 32 | 113 | 0 | 26 | 427 | 74 | 61 |
| Binary | 10010011 | 110001 | 11000111 | 11010 | 1001011 | 0 | 10110 | 100010111 | 111100 | 110001 |
Color Harmonies of #9331C7
Complementary color
Monochromatic Colors of #9331C7
Black with #9331C7
Text Example
Text Example
White with #9331C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9331C7; }
p { color: rgb(147,49,199); }
H1.HeaderClassName
{
color: #9331C7;
}
.AnyTagClassName
{
color: #9331C7;
}
</style>
background-color css
<style>
a { background-color: #9331C7; }
a { background-color: rgb(147,49,199); }
div.DivClassName
{
background-color: #9331C7;
}
.BgClassName
{
background-color: #9331C7;
}
</style>
border-color css
<style>
span { border-color: #9331C7; }
span { border-color: rgb(147,49,199); }
td.TdClassName
{
border-color: #9331C7;
}
.TagClassName
{
border-color: #9331C7;
}
</style>