Shades of Dark Orchid #8832CF
Tints of Dark Orchid #8832CF
RGB
CMYK
RGB Variations
Color information
#8832CF (or 0x8832CF) is known color: Dark Orchid. HEX triplet: 88, 32 and CF. RGB value is (136,50,207). Sum of RGB (Red+Green+Blue) = 136+50+207=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #8832CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8832CF is #77CD30. Grayscale: #5D5D5D. Windows color (decimal): -7851313 or 13578888. OLE color: 13578888.
HSL color Cylindrical-coordinate representation of color #8832CF: hue angle of 272.87º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8832CF is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 50 | 207 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.19 |
| HSL | 272.87º | 0.62% | 0.5% | - |
| HSV(B) | 272.87º | 0.76% | 0.81% | - |
| XYZ | 22.56 | 12.02 | 60.16 | - |
| YUV | 93.61 | 191.99 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 207 | 0.34 | 0.76 | 0 | 0.19 | 272.87 | 0.62 | 0.5 |
| Hex | 88 | 32 | CF | 22 | 4C | 0 | 13 | 111 | 3E | 32 |
| Octal | 210 | 62 | 317 | 42 | 114 | 0 | 23 | 421 | 76 | 62 |
| Binary | 10001000 | 110010 | 11001111 | 100010 | 1001100 | 0 | 10011 | 100010001 | 111110 | 110010 |
Color Harmonies of #8832CF
Complementary color
Monochromatic Colors of #8832CF
Black with #8832CF
Text Example
Text Example
White with #8832CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8832CF; }
p { color: rgb(136,50,207); }
H1.HeaderClassName
{
color: #8832CF;
}
.AnyTagClassName
{
color: #8832CF;
}
</style>
background-color css
<style>
a { background-color: #8832CF; }
a { background-color: rgb(136,50,207); }
div.DivClassName
{
background-color: #8832CF;
}
.BgClassName
{
background-color: #8832CF;
}
</style>
border-color css
<style>
span { border-color: #8832CF; }
span { border-color: rgb(136,50,207); }
td.TdClassName
{
border-color: #8832CF;
}
.TagClassName
{
border-color: #8832CF;
}
</style>