Shades of Dark Orchid #8626CB
Tints of Dark Orchid #8626CB
RGB
CMYK
RGB Variations
Color information
#8626CB (or 0x8626CB) is known color: Dark Orchid. HEX triplet: 86, 26 and CB. RGB value is (134,38,203). Sum of RGB (Red+Green+Blue) = 134+38+203=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #8626CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8626CB is #79D934. Grayscale: #545454. Windows color (decimal): -7985461 or 13313670. OLE color: 13313670.
HSL color Cylindrical-coordinate representation of color #8626CB: hue angle of 274.91º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8626CB is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 38 | 203 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.20 |
| HSL | 274.91º | 0.68% | 0.47% | - |
| HSV(B) | 274.91º | 0.81% | 0.8% | - |
| XYZ | 21.3 | 10.77 | 57.46 | - |
| YUV | 85.51 | 194.3 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 203 | 0.34 | 0.81 | 0 | 0.20 | 274.91 | 0.68 | 0.47 |
| Hex | 86 | 26 | CB | 22 | 51 | 0 | 14 | 113 | 44 | 2F |
| Octal | 206 | 46 | 313 | 42 | 121 | 0 | 24 | 423 | 104 | 57 |
| Binary | 10000110 | 100110 | 11001011 | 100010 | 1010001 | 0 | 10100 | 100010011 | 1000100 | 101111 |
Color Harmonies of #8626CB
Complementary color
Monochromatic Colors of #8626CB
Black with #8626CB
Text Example
Text Example
White with #8626CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8626CB; }
p { color: rgb(134,38,203); }
H1.HeaderClassName
{
color: #8626CB;
}
.AnyTagClassName
{
color: #8626CB;
}
</style>
background-color css
<style>
a { background-color: #8626CB; }
a { background-color: rgb(134,38,203); }
div.DivClassName
{
background-color: #8626CB;
}
.BgClassName
{
background-color: #8626CB;
}
</style>
border-color css
<style>
span { border-color: #8626CB; }
span { border-color: rgb(134,38,203); }
td.TdClassName
{
border-color: #8626CB;
}
.TagClassName
{
border-color: #8626CB;
}
</style>