Shades of Dark Orchid #8423BD
Tints of Dark Orchid #8423BD
RGB
CMYK
RGB Variations
Color information
#8423BD (or 0x8423BD) is known color: Dark Orchid. HEX triplet: 84, 23 and BD. RGB value is (132,35,189). Sum of RGB (Red+Green+Blue) = 132+35+189=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #8423BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8423BD is #7BDC42. Grayscale: #515151. Windows color (decimal): -8117315 or 12395396. OLE color: 12395396.
HSL color Cylindrical-coordinate representation of color #8423BD: hue angle of 277.79º 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 #8423BD is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 35 | 189 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.26 |
| HSL | 277.79º | 0.69% | 0.44% | - |
| HSV(B) | 277.79º | 0.81% | 0.74% | - |
| XYZ | 19.3 | 9.78 | 49.01 | - |
| YUV | 81.56 | 188.64 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 189 | 0.30 | 0.81 | 0 | 0.26 | 277.79 | 0.69 | 0.44 |
| Hex | 84 | 23 | BD | 1E | 51 | 0 | 1A | 116 | 45 | 2C |
| Octal | 204 | 43 | 275 | 36 | 121 | 0 | 32 | 426 | 105 | 54 |
| Binary | 10000100 | 100011 | 10111101 | 11110 | 1010001 | 0 | 11010 | 100010110 | 1000101 | 101100 |
Color Harmonies of #8423BD
Complementary color
Monochromatic Colors of #8423BD
Black with #8423BD
Text Example
Text Example
White with #8423BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8423BD; }
p { color: rgb(132,35,189); }
H1.HeaderClassName
{
color: #8423BD;
}
.AnyTagClassName
{
color: #8423BD;
}
</style>
background-color css
<style>
a { background-color: #8423BD; }
a { background-color: rgb(132,35,189); }
div.DivClassName
{
background-color: #8423BD;
}
.BgClassName
{
background-color: #8423BD;
}
</style>
border-color css
<style>
span { border-color: #8423BD; }
span { border-color: rgb(132,35,189); }
td.TdClassName
{
border-color: #8423BD;
}
.TagClassName
{
border-color: #8423BD;
}
</style>