Shades of Dark Orchid #8438B7
Tints of Dark Orchid #8438B7
RGB
CMYK
RGB Variations
Color information
#8438B7 (or 0x8438B7) is known color: Dark Orchid. HEX triplet: 84, 38 and B7. RGB value is (132,56,183). Sum of RGB (Red+Green+Blue) = 132+56+183=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #8438B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8438B7 is #7BC748. Grayscale: #5C5C5C. Windows color (decimal): -8111945 or 12007556. OLE color: 12007556.
HSL color Cylindrical-coordinate representation of color #8438B7: hue angle of 275.91º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8438B7 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 56 | 183 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.28 |
| HSL | 275.91º | 0.53% | 0.47% | - |
| HSV(B) | 275.91º | 0.69% | 0.72% | - |
| XYZ | 19.48 | 11.15 | 45.93 | - |
| YUV | 93.2 | 178.68 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 183 | 0.28 | 0.69 | 0 | 0.28 | 275.91 | 0.53 | 0.47 |
| Hex | 84 | 38 | B7 | 1C | 45 | 0 | 1C | 114 | 35 | 2F |
| Octal | 204 | 70 | 267 | 34 | 105 | 0 | 34 | 424 | 65 | 57 |
| Binary | 10000100 | 111000 | 10110111 | 11100 | 1000101 | 0 | 11100 | 100010100 | 110101 | 101111 |
Color Harmonies of #8438B7
Complementary color
Monochromatic Colors of #8438B7
Black with #8438B7
Text Example
Text Example
White with #8438B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8438B7; }
p { color: rgb(132,56,183); }
H1.HeaderClassName
{
color: #8438B7;
}
.AnyTagClassName
{
color: #8438B7;
}
</style>
background-color css
<style>
a { background-color: #8438B7; }
a { background-color: rgb(132,56,183); }
div.DivClassName
{
background-color: #8438B7;
}
.BgClassName
{
background-color: #8438B7;
}
</style>
border-color css
<style>
span { border-color: #8438B7; }
span { border-color: rgb(132,56,183); }
td.TdClassName
{
border-color: #8438B7;
}
.TagClassName
{
border-color: #8438B7;
}
</style>