Shades of Dark Orchid #8434CA
Tints of Dark Orchid #8434CA
RGB
CMYK
RGB Variations
Color information
#8434CA (or 0x8434CA) is known color: Dark Orchid. HEX triplet: 84, 34 and CA. RGB value is (132,52,202). Sum of RGB (Red+Green+Blue) = 132+52+202=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #8434CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8434CA is #7BCB35. Grayscale: #5C5C5C. Windows color (decimal): -8112950 or 13251716. OLE color: 13251716.
HSL color Cylindrical-coordinate representation of color #8434CA: hue angle of 272º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8434CA is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 52 | 202 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.21 |
| HSL | 272º | 0.59% | 0.5% | - |
| HSV(B) | 272º | 0.74% | 0.79% | - |
| XYZ | 21.4 | 11.63 | 56.99 | - |
| YUV | 93.02 | 189.5 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 202 | 0.35 | 0.74 | 0 | 0.21 | 272 | 0.59 | 0.5 |
| Hex | 84 | 34 | CA | 23 | 4A | 0 | 15 | 110 | 3B | 32 |
| Octal | 204 | 64 | 312 | 43 | 112 | 0 | 25 | 420 | 73 | 62 |
| Binary | 10000100 | 110100 | 11001010 | 100011 | 1001010 | 0 | 10101 | 100010000 | 111011 | 110010 |
Color Harmonies of #8434CA
Complementary color
Monochromatic Colors of #8434CA
Black with #8434CA
Text Example
Text Example
White with #8434CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8434CA; }
p { color: rgb(132,52,202); }
H1.HeaderClassName
{
color: #8434CA;
}
.AnyTagClassName
{
color: #8434CA;
}
</style>
background-color css
<style>
a { background-color: #8434CA; }
a { background-color: rgb(132,52,202); }
div.DivClassName
{
background-color: #8434CA;
}
.BgClassName
{
background-color: #8434CA;
}
</style>
border-color css
<style>
span { border-color: #8434CA; }
span { border-color: rgb(132,52,202); }
td.TdClassName
{
border-color: #8434CA;
}
.TagClassName
{
border-color: #8434CA;
}
</style>