Shades of Dark Orchid #8424C3
Tints of Dark Orchid #8424C3
RGB
CMYK
RGB Variations
Color information
#8424C3 (or 0x8424C3) is known color: Dark Orchid. HEX triplet: 84, 24 and C3. RGB value is (132,36,195). Sum of RGB (Red+Green+Blue) = 132+36+195=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 195 (76.56% from 255 or 53.72% from 363); Max value from RGB is 195 - color contains mainly: blue. Hex color #8424C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8424C3 is #7BDB3C. Grayscale: #525252. Windows color (decimal): -8117053 or 12788868. OLE color: 12788868.
HSL color Cylindrical-coordinate representation of color #8424C3: hue angle of 276.23º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8424C3 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 36 | 195 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.24 |
| HSL | 276.23º | 0.69% | 0.45% | - |
| HSV(B) | 276.23º | 0.82% | 0.76% | - |
| XYZ | 20 | 10.11 | 52.53 | - |
| YUV | 82.83 | 191.3 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 195 | 0.32 | 0.82 | 0 | 0.24 | 276.23 | 0.69 | 0.45 |
| Hex | 84 | 24 | C3 | 20 | 52 | 0 | 18 | 114 | 45 | 2D |
| Octal | 204 | 44 | 303 | 40 | 122 | 0 | 30 | 424 | 105 | 55 |
| Binary | 10000100 | 100100 | 11000011 | 100000 | 1010010 | 0 | 11000 | 100010100 | 1000101 | 101101 |
Color Harmonies of #8424C3
Complementary color
Monochromatic Colors of #8424C3
Black with #8424C3
Text Example
Text Example
White with #8424C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8424C3; }
p { color: rgb(132,36,195); }
H1.HeaderClassName
{
color: #8424C3;
}
.AnyTagClassName
{
color: #8424C3;
}
</style>
background-color css
<style>
a { background-color: #8424C3; }
a { background-color: rgb(132,36,195); }
div.DivClassName
{
background-color: #8424C3;
}
.BgClassName
{
background-color: #8424C3;
}
</style>
border-color css
<style>
span { border-color: #8424C3; }
span { border-color: rgb(132,36,195); }
td.TdClassName
{
border-color: #8424C3;
}
.TagClassName
{
border-color: #8424C3;
}
</style>