Shades of Dark Orchid #8633BA
Tints of Dark Orchid #8633BA
RGB
CMYK
RGB Variations
Color information
#8633BA (or 0x8633BA) is known color: Dark Orchid. HEX triplet: 86, 33 and BA. RGB value is (134,51,186). Sum of RGB (Red+Green+Blue) = 134+51+186=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #8633BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8633BA is #79CC45. Grayscale: #5A5A5A. Windows color (decimal): -7982150 or 12202886. OLE color: 12202886.
HSL color Cylindrical-coordinate representation of color #8633BA: hue angle of 276.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8633BA is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 51 | 186 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.27 |
| HSL | 276.89º | 0.57% | 0.46% | - |
| HSV(B) | 276.89º | 0.73% | 0.73% | - |
| XYZ | 19.88 | 10.98 | 47.53 | - |
| YUV | 91.21 | 181.5 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 51 | 186 | 0.28 | 0.73 | 0 | 0.27 | 276.89 | 0.57 | 0.46 |
| Hex | 86 | 33 | BA | 1C | 49 | 0 | 1B | 115 | 39 | 2E |
| Octal | 206 | 63 | 272 | 34 | 111 | 0 | 33 | 425 | 71 | 56 |
| Binary | 10000110 | 110011 | 10111010 | 11100 | 1001001 | 0 | 11011 | 100010101 | 111001 | 101110 |
Color Harmonies of #8633BA
Complementary color
Monochromatic Colors of #8633BA
Black with #8633BA
Text Example
Text Example
White with #8633BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8633BA; }
p { color: rgb(134,51,186); }
H1.HeaderClassName
{
color: #8633BA;
}
.AnyTagClassName
{
color: #8633BA;
}
</style>
background-color css
<style>
a { background-color: #8633BA; }
a { background-color: rgb(134,51,186); }
div.DivClassName
{
background-color: #8633BA;
}
.BgClassName
{
background-color: #8633BA;
}
</style>
border-color css
<style>
span { border-color: #8633BA; }
span { border-color: rgb(134,51,186); }
td.TdClassName
{
border-color: #8633BA;
}
.TagClassName
{
border-color: #8633BA;
}
</style>