Shades of Dark Orchid #8645CA
Tints of Dark Orchid #8645CA
RGB
CMYK
RGB Variations
Color information
#8645CA (or 0x8645CA) is known color: Dark Orchid. HEX triplet: 86, 45 and CA. RGB value is (134,69,202). Sum of RGB (Red+Green+Blue) = 134+69+202=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #8645CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8645CA is #79BA35. Grayscale: #676767. Windows color (decimal): -7977526 or 13256070. OLE color: 13256070.
HSL color Cylindrical-coordinate representation of color #8645CA: hue angle of 269.32º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8645CA is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 69 | 202 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.21 |
| HSL | 269.32º | 0.56% | 0.53% | - |
| HSV(B) | 269.32º | 0.66% | 0.79% | - |
| XYZ | 22.62 | 13.59 | 57.31 | - |
| YUV | 103.6 | 183.53 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 69 | 202 | 0.34 | 0.66 | 0 | 0.21 | 269.32 | 0.56 | 0.53 |
| Hex | 86 | 45 | CA | 22 | 42 | 0 | 15 | 10D | 38 | 35 |
| Octal | 206 | 105 | 312 | 42 | 102 | 0 | 25 | 415 | 70 | 65 |
| Binary | 10000110 | 1000101 | 11001010 | 100010 | 1000010 | 0 | 10101 | 100001101 | 111000 | 110101 |
Color Harmonies of #8645CA
Complementary color
Monochromatic Colors of #8645CA
Black with #8645CA
Text Example
Text Example
White with #8645CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8645CA; }
p { color: rgb(134,69,202); }
H1.HeaderClassName
{
color: #8645CA;
}
.AnyTagClassName
{
color: #8645CA;
}
</style>
background-color css
<style>
a { background-color: #8645CA; }
a { background-color: rgb(134,69,202); }
div.DivClassName
{
background-color: #8645CA;
}
.BgClassName
{
background-color: #8645CA;
}
</style>
border-color css
<style>
span { border-color: #8645CA; }
span { border-color: rgb(134,69,202); }
td.TdClassName
{
border-color: #8645CA;
}
.TagClassName
{
border-color: #8645CA;
}
</style>