Shades of Dark Orchid #8632BF
Tints of Dark Orchid #8632BF
RGB
CMYK
RGB Variations
Color information
#8632BF (or 0x8632BF) is known color: Dark Orchid. HEX triplet: 86, 32 and BF. RGB value is (134,50,191). Sum of RGB (Red+Green+Blue) = 134+50+191=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #8632BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8632BF is #79CD40. Grayscale: #5A5A5A. Windows color (decimal): -7982401 or 12530310. OLE color: 12530310.
HSL color Cylindrical-coordinate representation of color #8632BF: hue angle of 275.74º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8632BF is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 50 | 191 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.25 |
| HSL | 275.74º | 0.59% | 0.47% | - |
| HSV(B) | 275.74º | 0.74% | 0.75% | - |
| XYZ | 20.38 | 11.11 | 50.36 | - |
| YUV | 91.19 | 184.33 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 191 | 0.30 | 0.74 | 0 | 0.25 | 275.74 | 0.59 | 0.47 |
| Hex | 86 | 32 | BF | 1E | 4A | 0 | 19 | 114 | 3B | 2F |
| Octal | 206 | 62 | 277 | 36 | 112 | 0 | 31 | 424 | 73 | 57 |
| Binary | 10000110 | 110010 | 10111111 | 11110 | 1001010 | 0 | 11001 | 100010100 | 111011 | 101111 |
Color Harmonies of #8632BF
Complementary color
Monochromatic Colors of #8632BF
Black with #8632BF
Text Example
Text Example
White with #8632BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8632BF; }
p { color: rgb(134,50,191); }
H1.HeaderClassName
{
color: #8632BF;
}
.AnyTagClassName
{
color: #8632BF;
}
</style>
background-color css
<style>
a { background-color: #8632BF; }
a { background-color: rgb(134,50,191); }
div.DivClassName
{
background-color: #8632BF;
}
.BgClassName
{
background-color: #8632BF;
}
</style>
border-color css
<style>
span { border-color: #8632BF; }
span { border-color: rgb(134,50,191); }
td.TdClassName
{
border-color: #8632BF;
}
.TagClassName
{
border-color: #8632BF;
}
</style>