Shades of Dark Orchid #8633BF
Tints of Dark Orchid #8633BF
RGB
CMYK
RGB Variations
Color information
#8633BF (or 0x8633BF) is known color: Dark Orchid. HEX triplet: 86, 33 and BF. RGB value is (134,51,191). Sum of RGB (Red+Green+Blue) = 134+51+191=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #8633BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8633BF is #79CC40. Grayscale: #5B5B5B. Windows color (decimal): -7982145 or 12530566. OLE color: 12530566.
HSL color Cylindrical-coordinate representation of color #8633BF: hue angle of 275.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8633BF is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 51 | 191 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.25 |
| HSL | 275.57º | 0.58% | 0.47% | - |
| HSV(B) | 275.57º | 0.73% | 0.75% | - |
| XYZ | 20.42 | 11.2 | 50.38 | - |
| YUV | 91.78 | 184 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 51 | 191 | 0.30 | 0.73 | 0 | 0.25 | 275.57 | 0.58 | 0.47 |
| Hex | 86 | 33 | BF | 1E | 49 | 0 | 19 | 114 | 3A | 2F |
| Octal | 206 | 63 | 277 | 36 | 111 | 0 | 31 | 424 | 72 | 57 |
| Binary | 10000110 | 110011 | 10111111 | 11110 | 1001001 | 0 | 11001 | 100010100 | 111010 | 101111 |
Color Harmonies of #8633BF
Complementary color
Monochromatic Colors of #8633BF
Black with #8633BF
Text Example
Text Example
White with #8633BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8633BF; }
p { color: rgb(134,51,191); }
H1.HeaderClassName
{
color: #8633BF;
}
.AnyTagClassName
{
color: #8633BF;
}
</style>
background-color css
<style>
a { background-color: #8633BF; }
a { background-color: rgb(134,51,191); }
div.DivClassName
{
background-color: #8633BF;
}
.BgClassName
{
background-color: #8633BF;
}
</style>
border-color css
<style>
span { border-color: #8633BF; }
span { border-color: rgb(134,51,191); }
td.TdClassName
{
border-color: #8633BF;
}
.TagClassName
{
border-color: #8633BF;
}
</style>