Shades of Dark Orchid #9324BC
Tints of Dark Orchid #9324BC
RGB
CMYK
RGB Variations
Color information
#9324BC (or 0x9324BC) is known color: Dark Orchid. HEX triplet: 93, 24 and BC. RGB value is (147,36,188). Sum of RGB (Red+Green+Blue) = 147+36+188=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #9324BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9324BC is #6CDB43. Grayscale: #565656. Windows color (decimal): -7134020 or 12330131. OLE color: 12330131.
HSL color Cylindrical-coordinate representation of color #9324BC: hue angle of 283.82º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9324BC is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 36 | 188 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.26 |
| HSL | 283.82º | 0.68% | 0.44% | - |
| HSV(B) | 283.82º | 0.81% | 0.74% | - |
| XYZ | 21.74 | 11.1 | 48.57 | - |
| YUV | 86.52 | 185.27 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 36 | 188 | 0.22 | 0.81 | 0 | 0.26 | 283.82 | 0.68 | 0.44 |
| Hex | 93 | 24 | BC | 16 | 51 | 0 | 1A | 11C | 44 | 2C |
| Octal | 223 | 44 | 274 | 26 | 121 | 0 | 32 | 434 | 104 | 54 |
| Binary | 10010011 | 100100 | 10111100 | 10110 | 1010001 | 0 | 11010 | 100011100 | 1000100 | 101100 |
Color Harmonies of #9324BC
Complementary color
Monochromatic Colors of #9324BC
Black with #9324BC
Text Example
Text Example
White with #9324BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9324BC; }
p { color: rgb(147,36,188); }
H1.HeaderClassName
{
color: #9324BC;
}
.AnyTagClassName
{
color: #9324BC;
}
</style>
background-color css
<style>
a { background-color: #9324BC; }
a { background-color: rgb(147,36,188); }
div.DivClassName
{
background-color: #9324BC;
}
.BgClassName
{
background-color: #9324BC;
}
</style>
border-color css
<style>
span { border-color: #9324BC; }
span { border-color: rgb(147,36,188); }
td.TdClassName
{
border-color: #9324BC;
}
.TagClassName
{
border-color: #9324BC;
}
</style>