Shades of Dark Orchid #9319BC
Tints of Dark Orchid #9319BC
RGB
CMYK
RGB Variations
Color information
#9319BC (or 0x9319BC) is known color: Dark Orchid. HEX triplet: 93, 19 and BC. RGB value is (147,25,188). Sum of RGB (Red+Green+Blue) = 147+25+188=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #9319BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9319BC is #6CE643. Grayscale: #4F4F4F. Windows color (decimal): -7136836 or 12327315. OLE color: 12327315.
HSL color Cylindrical-coordinate representation of color #9319BC: hue angle of 284.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9319BC is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 25 | 188 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.26 |
| HSL | 284.91º | 0.77% | 0.42% | - |
| HSV(B) | 284.91º | 0.87% | 0.74% | - |
| XYZ | 21.46 | 10.53 | 48.48 | - |
| YUV | 80.06 | 188.92 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 188 | 0.22 | 0.87 | 0 | 0.26 | 284.91 | 0.77 | 0.42 |
| Hex | 93 | 19 | BC | 16 | 57 | 0 | 1A | 11D | 4D | 2A |
| Octal | 223 | 31 | 274 | 26 | 127 | 0 | 32 | 435 | 115 | 52 |
| Binary | 10010011 | 11001 | 10111100 | 10110 | 1010111 | 0 | 11010 | 100011101 | 1001101 | 101010 |
Color Harmonies of #9319BC
Complementary color
Monochromatic Colors of #9319BC
Black with #9319BC
Text Example
Text Example
White with #9319BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9319BC; }
p { color: rgb(147,25,188); }
H1.HeaderClassName
{
color: #9319BC;
}
.AnyTagClassName
{
color: #9319BC;
}
</style>
background-color css
<style>
a { background-color: #9319BC; }
a { background-color: rgb(147,25,188); }
div.DivClassName
{
background-color: #9319BC;
}
.BgClassName
{
background-color: #9319BC;
}
</style>
border-color css
<style>
span { border-color: #9319BC; }
span { border-color: rgb(147,25,188); }
td.TdClassName
{
border-color: #9319BC;
}
.TagClassName
{
border-color: #9319BC;
}
</style>