Shades of Dark Orchid #8434B0
Tints of Dark Orchid #8434B0
RGB
CMYK
RGB Variations
Color information
#8434B0 (or 0x8434B0) is known color: Dark Orchid. HEX triplet: 84, 34 and B0. RGB value is (132,52,176). Sum of RGB (Red+Green+Blue) = 132+52+176=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 176 (69.14% from 255 or 48.89% from 360); Max value from RGB is 176 - color contains mainly: blue. Hex color #8434B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8434B0 is #7BCB4F. Grayscale: #595959. Windows color (decimal): -8112976 or 11547780. OLE color: 11547780.
HSL color Cylindrical-coordinate representation of color #8434B0: hue angle of 278.71º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8434B0 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 52 | 176 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.31 |
| HSL | 278.71º | 0.54% | 0.45% | - |
| HSV(B) | 278.71º | 0.7% | 0.69% | - |
| XYZ | 18.58 | 10.5 | 42.12 | - |
| YUV | 90.06 | 176.5 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 176 | 0.25 | 0.70 | 0 | 0.31 | 278.71 | 0.54 | 0.45 |
| Hex | 84 | 34 | B0 | 19 | 46 | 0 | 1F | 117 | 36 | 2D |
| Octal | 204 | 64 | 260 | 31 | 106 | 0 | 37 | 427 | 66 | 55 |
| Binary | 10000100 | 110100 | 10110000 | 11001 | 1000110 | 0 | 11111 | 100010111 | 110110 | 101101 |
Color Harmonies of #8434B0
Complementary color
Monochromatic Colors of #8434B0
Black with #8434B0
Text Example
Text Example
White with #8434B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8434B0; }
p { color: rgb(132,52,176); }
H1.HeaderClassName
{
color: #8434B0;
}
.AnyTagClassName
{
color: #8434B0;
}
</style>
background-color css
<style>
a { background-color: #8434B0; }
a { background-color: rgb(132,52,176); }
div.DivClassName
{
background-color: #8434B0;
}
.BgClassName
{
background-color: #8434B0;
}
</style>
border-color css
<style>
span { border-color: #8434B0; }
span { border-color: rgb(132,52,176); }
td.TdClassName
{
border-color: #8434B0;
}
.TagClassName
{
border-color: #8434B0;
}
</style>