Shades of Dark Orchid #8324BC
Tints of Dark Orchid #8324BC
RGB
CMYK
RGB Variations
Color information
#8324BC (or 0x8324BC) is known color: Dark Orchid. HEX triplet: 83, 24 and BC. RGB value is (131,36,188). Sum of RGB (Red+Green+Blue) = 131+36+188=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #8324BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8324BC is #7CDB43. Grayscale: #515151. Windows color (decimal): -8182596 or 12330115. OLE color: 12330115.
HSL color Cylindrical-coordinate representation of color #8324BC: hue angle of 277.5º 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 #8324BC is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 36 | 188 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.26 |
| HSL | 277.5º | 0.68% | 0.44% | - |
| HSV(B) | 277.5º | 0.81% | 0.74% | - |
| XYZ | 19.07 | 9.72 | 48.45 | - |
| YUV | 81.73 | 187.97 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 188 | 0.30 | 0.81 | 0 | 0.26 | 277.5 | 0.68 | 0.44 |
| Hex | 83 | 24 | BC | 1E | 51 | 0 | 1A | 116 | 44 | 2C |
| Octal | 203 | 44 | 274 | 36 | 121 | 0 | 32 | 426 | 104 | 54 |
| Binary | 10000011 | 100100 | 10111100 | 11110 | 1010001 | 0 | 11010 | 100010110 | 1000100 | 101100 |
Color Harmonies of #8324BC
Complementary color
Monochromatic Colors of #8324BC
Black with #8324BC
Text Example
Text Example
White with #8324BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8324BC; }
p { color: rgb(131,36,188); }
H1.HeaderClassName
{
color: #8324BC;
}
.AnyTagClassName
{
color: #8324BC;
}
</style>
background-color css
<style>
a { background-color: #8324BC; }
a { background-color: rgb(131,36,188); }
div.DivClassName
{
background-color: #8324BC;
}
.BgClassName
{
background-color: #8324BC;
}
</style>
border-color css
<style>
span { border-color: #8324BC; }
span { border-color: rgb(131,36,188); }
td.TdClassName
{
border-color: #8324BC;
}
.TagClassName
{
border-color: #8324BC;
}
</style>