Shades of Dark Orchid #8646CB
Tints of Dark Orchid #8646CB
RGB
CMYK
RGB Variations
Color information
#8646CB (or 0x8646CB) is known color: Dark Orchid. HEX triplet: 86, 46 and CB. RGB value is (134,70,203). Sum of RGB (Red+Green+Blue) = 134+70+203=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #8646CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8646CB is #79B934. Grayscale: #676767. Windows color (decimal): -7977269 or 13321862. OLE color: 13321862.
HSL color Cylindrical-coordinate representation of color #8646CB: hue angle of 268.87º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8646CB is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 70 | 203 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.20 |
| HSL | 268.87º | 0.56% | 0.54% | - |
| HSV(B) | 268.87º | 0.66% | 0.8% | - |
| XYZ | 22.8 | 13.76 | 57.95 | - |
| YUV | 104.3 | 183.7 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 70 | 203 | 0.34 | 0.66 | 0 | 0.20 | 268.87 | 0.56 | 0.54 |
| Hex | 86 | 46 | CB | 22 | 42 | 0 | 14 | 10D | 38 | 36 |
| Octal | 206 | 106 | 313 | 42 | 102 | 0 | 24 | 415 | 70 | 66 |
| Binary | 10000110 | 1000110 | 11001011 | 100010 | 1000010 | 0 | 10100 | 100001101 | 111000 | 110110 |
Color Harmonies of #8646CB
Complementary color
Monochromatic Colors of #8646CB
Black with #8646CB
Text Example
Text Example
White with #8646CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8646CB; }
p { color: rgb(134,70,203); }
H1.HeaderClassName
{
color: #8646CB;
}
.AnyTagClassName
{
color: #8646CB;
}
</style>
background-color css
<style>
a { background-color: #8646CB; }
a { background-color: rgb(134,70,203); }
div.DivClassName
{
background-color: #8646CB;
}
.BgClassName
{
background-color: #8646CB;
}
</style>
border-color css
<style>
span { border-color: #8646CB; }
span { border-color: rgb(134,70,203); }
td.TdClassName
{
border-color: #8646CB;
}
.TagClassName
{
border-color: #8646CB;
}
</style>