Shades of Dark Orchid #8439B4
Tints of Dark Orchid #8439B4
RGB
CMYK
RGB Variations
Color information
#8439B4 (or 0x8439B4) is known color: Dark Orchid. HEX triplet: 84, 39 and B4. RGB value is (132,57,180). Sum of RGB (Red+Green+Blue) = 132+57+180=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #8439B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8439B4 is #7BC64B. Grayscale: #5D5D5D. Windows color (decimal): -8111692 or 11811204. OLE color: 11811204.
HSL color Cylindrical-coordinate representation of color #8439B4: hue angle of 276.59º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8439B4 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 57 | 180 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.29 |
| HSL | 276.59º | 0.52% | 0.46% | - |
| HSV(B) | 276.59º | 0.68% | 0.71% | - |
| XYZ | 19.22 | 11.13 | 44.31 | - |
| YUV | 93.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 180 | 0.27 | 0.68 | 0 | 0.29 | 276.59 | 0.52 | 0.46 |
| Hex | 84 | 39 | B4 | 1B | 44 | 0 | 1D | 115 | 34 | 2E |
| Octal | 204 | 71 | 264 | 33 | 104 | 0 | 35 | 425 | 64 | 56 |
| Binary | 10000100 | 111001 | 10110100 | 11011 | 1000100 | 0 | 11101 | 100010101 | 110100 | 101110 |
Color Harmonies of #8439B4
Complementary color
Monochromatic Colors of #8439B4
Black with #8439B4
Text Example
Text Example
White with #8439B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8439B4; }
p { color: rgb(132,57,180); }
H1.HeaderClassName
{
color: #8439B4;
}
.AnyTagClassName
{
color: #8439B4;
}
</style>
background-color css
<style>
a { background-color: #8439B4; }
a { background-color: rgb(132,57,180); }
div.DivClassName
{
background-color: #8439B4;
}
.BgClassName
{
background-color: #8439B4;
}
</style>
border-color css
<style>
span { border-color: #8439B4; }
span { border-color: rgb(132,57,180); }
td.TdClassName
{
border-color: #8439B4;
}
.TagClassName
{
border-color: #8439B4;
}
</style>