Shades of Dark Orchid #8622BC
Tints of Dark Orchid #8622BC
RGB
CMYK
RGB Variations
Color information
#8622BC (or 0x8622BC) is known color: Dark Orchid. HEX triplet: 86, 22 and BC. RGB value is (134,34,188). Sum of RGB (Red+Green+Blue) = 134+34+188=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #8622BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8622BC is #79DD43. Grayscale: #505050. Windows color (decimal): -7986500 or 12329606. OLE color: 12329606.
HSL color Cylindrical-coordinate representation of color #8622BC: hue angle of 278.96º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8622BC is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 34 | 188 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.26 |
| HSL | 278.96º | 0.69% | 0.44% | - |
| HSV(B) | 278.96º | 0.82% | 0.74% | - |
| XYZ | 19.48 | 9.84 | 48.45 | - |
| YUV | 81.46 | 188.13 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 188 | 0.29 | 0.82 | 0 | 0.26 | 278.96 | 0.69 | 0.44 |
| Hex | 86 | 22 | BC | 1D | 52 | 0 | 1A | 117 | 45 | 2C |
| Octal | 206 | 42 | 274 | 35 | 122 | 0 | 32 | 427 | 105 | 54 |
| Binary | 10000110 | 100010 | 10111100 | 11101 | 1010010 | 0 | 11010 | 100010111 | 1000101 | 101100 |
Color Harmonies of #8622BC
Complementary color
Monochromatic Colors of #8622BC
Black with #8622BC
Text Example
Text Example
White with #8622BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8622BC; }
p { color: rgb(134,34,188); }
H1.HeaderClassName
{
color: #8622BC;
}
.AnyTagClassName
{
color: #8622BC;
}
</style>
background-color css
<style>
a { background-color: #8622BC; }
a { background-color: rgb(134,34,188); }
div.DivClassName
{
background-color: #8622BC;
}
.BgClassName
{
background-color: #8622BC;
}
</style>
border-color css
<style>
span { border-color: #8622BC; }
span { border-color: rgb(134,34,188); }
td.TdClassName
{
border-color: #8622BC;
}
.TagClassName
{
border-color: #8622BC;
}
</style>