Shades of Dark Orchid #8833CA
Tints of Dark Orchid #8833CA
RGB
CMYK
RGB Variations
Color information
#8833CA (or 0x8833CA) is known color: Dark Orchid. HEX triplet: 88, 33 and CA. RGB value is (136,51,202). Sum of RGB (Red+Green+Blue) = 136+51+202=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #8833CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8833CA is #77CC35. Grayscale: #5D5D5D. Windows color (decimal): -7851062 or 13251464. OLE color: 13251464.
HSL color Cylindrical-coordinate representation of color #8833CA: hue angle of 273.77º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8833CA is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 51 | 202 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.21 |
| HSL | 273.77º | 0.6% | 0.5% | - |
| HSV(B) | 273.77º | 0.75% | 0.79% | - |
| XYZ | 22 | 11.87 | 57.01 | - |
| YUV | 93.63 | 189.16 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 202 | 0.33 | 0.75 | 0 | 0.21 | 273.77 | 0.6 | 0.5 |
| Hex | 88 | 33 | CA | 21 | 4B | 0 | 15 | 112 | 3C | 32 |
| Octal | 210 | 63 | 312 | 41 | 113 | 0 | 25 | 422 | 74 | 62 |
| Binary | 10001000 | 110011 | 11001010 | 100001 | 1001011 | 0 | 10101 | 100010010 | 111100 | 110010 |
Color Harmonies of #8833CA
Complementary color
Monochromatic Colors of #8833CA
Black with #8833CA
Text Example
Text Example
White with #8833CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8833CA; }
p { color: rgb(136,51,202); }
H1.HeaderClassName
{
color: #8833CA;
}
.AnyTagClassName
{
color: #8833CA;
}
</style>
background-color css
<style>
a { background-color: #8833CA; }
a { background-color: rgb(136,51,202); }
div.DivClassName
{
background-color: #8833CA;
}
.BgClassName
{
background-color: #8833CA;
}
</style>
border-color css
<style>
span { border-color: #8833CA; }
span { border-color: rgb(136,51,202); }
td.TdClassName
{
border-color: #8833CA;
}
.TagClassName
{
border-color: #8833CA;
}
</style>