Shades of Dark Orchid #8438BD
Tints of Dark Orchid #8438BD
RGB
CMYK
RGB Variations
Color information
#8438BD (or 0x8438BD) is known color: Dark Orchid. HEX triplet: 84, 38 and BD. RGB value is (132,56,189). Sum of RGB (Red+Green+Blue) = 132+56+189=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #8438BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8438BD is #7BC742. Grayscale: #5D5D5D. Windows color (decimal): -8111939 or 12400772. OLE color: 12400772.
HSL color Cylindrical-coordinate representation of color #8438BD: hue angle of 274.29º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8438BD is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 56 | 189 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.26 |
| HSL | 274.29º | 0.54% | 0.48% | - |
| HSV(B) | 274.29º | 0.7% | 0.74% | - |
| XYZ | 20.12 | 11.41 | 49.29 | - |
| YUV | 93.89 | 181.68 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 189 | 0.30 | 0.70 | 0 | 0.26 | 274.29 | 0.54 | 0.48 |
| Hex | 84 | 38 | BD | 1E | 46 | 0 | 1A | 112 | 36 | 30 |
| Octal | 204 | 70 | 275 | 36 | 106 | 0 | 32 | 422 | 66 | 60 |
| Binary | 10000100 | 111000 | 10111101 | 11110 | 1000110 | 0 | 11010 | 100010010 | 110110 | 110000 |
Color Harmonies of #8438BD
Complementary color
Monochromatic Colors of #8438BD
Black with #8438BD
Text Example
Text Example
White with #8438BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8438BD; }
p { color: rgb(132,56,189); }
H1.HeaderClassName
{
color: #8438BD;
}
.AnyTagClassName
{
color: #8438BD;
}
</style>
background-color css
<style>
a { background-color: #8438BD; }
a { background-color: rgb(132,56,189); }
div.DivClassName
{
background-color: #8438BD;
}
.BgClassName
{
background-color: #8438BD;
}
</style>
border-color css
<style>
span { border-color: #8438BD; }
span { border-color: rgb(132,56,189); }
td.TdClassName
{
border-color: #8438BD;
}
.TagClassName
{
border-color: #8438BD;
}
</style>