Shades of Dark Orchid #9331C9
Tints of Dark Orchid #9331C9
RGB
CMYK
RGB Variations
Color information
#9331C9 (or 0x9331C9) is known color: Dark Orchid. HEX triplet: 93, 31 and C9. RGB value is (147,49,201). Sum of RGB (Red+Green+Blue) = 147+49+201=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #9331C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9331C9 is #6CCE36. Grayscale: #5F5F5F. Windows color (decimal): -7130679 or 13185427. OLE color: 13185427.
HSL color Cylindrical-coordinate representation of color #9331C9: hue angle of 278.68º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9331C9 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 49 | 201 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.21 |
| HSL | 278.68º | 0.61% | 0.49% | - |
| HSV(B) | 278.68º | 0.76% | 0.79% | - |
| XYZ | 23.67 | 12.62 | 56.45 | - |
| YUV | 95.63 | 187.47 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 49 | 201 | 0.27 | 0.76 | 0 | 0.21 | 278.68 | 0.61 | 0.49 |
| Hex | 93 | 31 | C9 | 1B | 4C | 0 | 15 | 117 | 3D | 31 |
| Octal | 223 | 61 | 311 | 33 | 114 | 0 | 25 | 427 | 75 | 61 |
| Binary | 10010011 | 110001 | 11001001 | 11011 | 1001100 | 0 | 10101 | 100010111 | 111101 | 110001 |
Color Harmonies of #9331C9
Complementary color
Monochromatic Colors of #9331C9
Black with #9331C9
Text Example
Text Example
White with #9331C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9331C9; }
p { color: rgb(147,49,201); }
H1.HeaderClassName
{
color: #9331C9;
}
.AnyTagClassName
{
color: #9331C9;
}
</style>
background-color css
<style>
a { background-color: #9331C9; }
a { background-color: rgb(147,49,201); }
div.DivClassName
{
background-color: #9331C9;
}
.BgClassName
{
background-color: #9331C9;
}
</style>
border-color css
<style>
span { border-color: #9331C9; }
span { border-color: rgb(147,49,201); }
td.TdClassName
{
border-color: #9331C9;
}
.TagClassName
{
border-color: #9331C9;
}
</style>