Shades of Dark Orchid #8628BA
Tints of Dark Orchid #8628BA
RGB
CMYK
RGB Variations
Color information
#8628BA (or 0x8628BA) is known color: Dark Orchid. HEX triplet: 86, 28 and BA. RGB value is (134,40,186). Sum of RGB (Red+Green+Blue) = 134+40+186=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #8628BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8628BA is #79D745. Grayscale: #545454. Windows color (decimal): -7984966 or 12200070. OLE color: 12200070.
HSL color Cylindrical-coordinate representation of color #8628BA: hue angle of 278.63º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8628BA is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 40 | 186 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.27 |
| HSL | 278.63º | 0.65% | 0.44% | - |
| HSV(B) | 278.63º | 0.78% | 0.73% | - |
| XYZ | 19.45 | 10.13 | 47.38 | - |
| YUV | 84.75 | 185.14 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 186 | 0.28 | 0.78 | 0 | 0.27 | 278.63 | 0.65 | 0.44 |
| Hex | 86 | 28 | BA | 1C | 4E | 0 | 1B | 117 | 41 | 2C |
| Octal | 206 | 50 | 272 | 34 | 116 | 0 | 33 | 427 | 101 | 54 |
| Binary | 10000110 | 101000 | 10111010 | 11100 | 1001110 | 0 | 11011 | 100010111 | 1000001 | 101100 |
Color Harmonies of #8628BA
Complementary color
Monochromatic Colors of #8628BA
Black with #8628BA
Text Example
Text Example
White with #8628BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8628BA; }
p { color: rgb(134,40,186); }
H1.HeaderClassName
{
color: #8628BA;
}
.AnyTagClassName
{
color: #8628BA;
}
</style>
background-color css
<style>
a { background-color: #8628BA; }
a { background-color: rgb(134,40,186); }
div.DivClassName
{
background-color: #8628BA;
}
.BgClassName
{
background-color: #8628BA;
}
</style>
border-color css
<style>
span { border-color: #8628BA; }
span { border-color: rgb(134,40,186); }
td.TdClassName
{
border-color: #8628BA;
}
.TagClassName
{
border-color: #8628BA;
}
</style>