Shades of Dark Orchid #8434C3
Tints of Dark Orchid #8434C3
RGB
CMYK
RGB Variations
Color information
#8434C3 (or 0x8434C3) is known color: Dark Orchid. HEX triplet: 84, 34 and C3. RGB value is (132,52,195). Sum of RGB (Red+Green+Blue) = 132+52+195=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 195 (76.56% from 255 or 51.45% from 379); Max value from RGB is 195 - color contains mainly: blue. Hex color #8434C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8434C3 is #7BCB3C. Grayscale: #5B5B5B. Windows color (decimal): -8112957 or 12792964. OLE color: 12792964.
HSL color Cylindrical-coordinate representation of color #8434C3: hue angle of 273.57º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8434C3 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 52 | 195 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.24 |
| HSL | 273.57º | 0.58% | 0.48% | - |
| HSV(B) | 273.57º | 0.73% | 0.76% | - |
| XYZ | 20.59 | 11.3 | 52.73 | - |
| YUV | 92.22 | 186 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 195 | 0.32 | 0.73 | 0 | 0.24 | 273.57 | 0.58 | 0.48 |
| Hex | 84 | 34 | C3 | 20 | 49 | 0 | 18 | 112 | 3A | 30 |
| Octal | 204 | 64 | 303 | 40 | 111 | 0 | 30 | 422 | 72 | 60 |
| Binary | 10000100 | 110100 | 11000011 | 100000 | 1001001 | 0 | 11000 | 100010010 | 111010 | 110000 |
Color Harmonies of #8434C3
Complementary color
Monochromatic Colors of #8434C3
Black with #8434C3
Text Example
Text Example
White with #8434C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8434C3; }
p { color: rgb(132,52,195); }
H1.HeaderClassName
{
color: #8434C3;
}
.AnyTagClassName
{
color: #8434C3;
}
</style>
background-color css
<style>
a { background-color: #8434C3; }
a { background-color: rgb(132,52,195); }
div.DivClassName
{
background-color: #8434C3;
}
.BgClassName
{
background-color: #8434C3;
}
</style>
border-color css
<style>
span { border-color: #8434C3; }
span { border-color: rgb(132,52,195); }
td.TdClassName
{
border-color: #8434C3;
}
.TagClassName
{
border-color: #8434C3;
}
</style>