Shades of Dark Orchid #8423BC
Tints of Dark Orchid #8423BC
RGB
CMYK
RGB Variations
Color information
#8423BC (or 0x8423BC) is known color: Dark Orchid. HEX triplet: 84, 23 and BC. RGB value is (132,35,188). Sum of RGB (Red+Green+Blue) = 132+35+188=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 35 (14.06% from 255 or 9.86% 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 #8423BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8423BC is #7BDC43. Grayscale: #505050. Windows color (decimal): -8117316 or 12329860. OLE color: 12329860.
HSL color Cylindrical-coordinate representation of color #8423BC: hue angle of 278.04º degrees, saturation: 0.69, 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 #8423BC is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 35 | 188 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.26 |
| HSL | 278.04º | 0.69% | 0.44% | - |
| HSV(B) | 278.04º | 0.81% | 0.74% | - |
| XYZ | 19.19 | 9.74 | 48.45 | - |
| YUV | 81.45 | 188.14 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 188 | 0.30 | 0.81 | 0 | 0.26 | 278.04 | 0.69 | 0.44 |
| Hex | 84 | 23 | BC | 1E | 51 | 0 | 1A | 116 | 45 | 2C |
| Octal | 204 | 43 | 274 | 36 | 121 | 0 | 32 | 426 | 105 | 54 |
| Binary | 10000100 | 100011 | 10111100 | 11110 | 1010001 | 0 | 11010 | 100010110 | 1000101 | 101100 |
Color Harmonies of #8423BC
Complementary color
Monochromatic Colors of #8423BC
Black with #8423BC
Text Example
Text Example
White with #8423BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8423BC; }
p { color: rgb(132,35,188); }
H1.HeaderClassName
{
color: #8423BC;
}
.AnyTagClassName
{
color: #8423BC;
}
</style>
background-color css
<style>
a { background-color: #8423BC; }
a { background-color: rgb(132,35,188); }
div.DivClassName
{
background-color: #8423BC;
}
.BgClassName
{
background-color: #8423BC;
}
</style>
border-color css
<style>
span { border-color: #8423BC; }
span { border-color: rgb(132,35,188); }
td.TdClassName
{
border-color: #8423BC;
}
.TagClassName
{
border-color: #8423BC;
}
</style>