Shades of Dark Orchid #8832CA
Tints of Dark Orchid #8832CA
RGB
CMYK
RGB Variations
Color information
#8832CA (or 0x8832CA) is known color: Dark Orchid. HEX triplet: 88, 32 and CA. RGB value is (136,50,202). Sum of RGB (Red+Green+Blue) = 136+50+202=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #8832CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8832CA is #77CD35. Grayscale: #5C5C5C. Windows color (decimal): -7851318 or 13251208. OLE color: 13251208.
HSL color Cylindrical-coordinate representation of color #8832CA: hue angle of 273.95º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8832CA is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 50 | 202 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.21 |
| HSL | 273.95º | 0.6% | 0.49% | - |
| HSV(B) | 273.95º | 0.75% | 0.79% | - |
| XYZ | 21.95 | 11.78 | 56.99 | - |
| YUV | 93.04 | 189.49 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 202 | 0.33 | 0.75 | 0 | 0.21 | 273.95 | 0.6 | 0.49 |
| Hex | 88 | 32 | CA | 21 | 4B | 0 | 15 | 112 | 3C | 31 |
| Octal | 210 | 62 | 312 | 41 | 113 | 0 | 25 | 422 | 74 | 61 |
| Binary | 10001000 | 110010 | 11001010 | 100001 | 1001011 | 0 | 10101 | 100010010 | 111100 | 110001 |
Color Harmonies of #8832CA
Complementary color
Monochromatic Colors of #8832CA
Black with #8832CA
Text Example
Text Example
White with #8832CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8832CA; }
p { color: rgb(136,50,202); }
H1.HeaderClassName
{
color: #8832CA;
}
.AnyTagClassName
{
color: #8832CA;
}
</style>
background-color css
<style>
a { background-color: #8832CA; }
a { background-color: rgb(136,50,202); }
div.DivClassName
{
background-color: #8832CA;
}
.BgClassName
{
background-color: #8832CA;
}
</style>
border-color css
<style>
span { border-color: #8832CA; }
span { border-color: rgb(136,50,202); }
td.TdClassName
{
border-color: #8832CA;
}
.TagClassName
{
border-color: #8832CA;
}
</style>