Shades of Dark Orchid #8642CA
Tints of Dark Orchid #8642CA
RGB
CMYK
RGB Variations
Color information
#8642CA (or 0x8642CA) is known color: Dark Orchid. HEX triplet: 86, 42 and CA. RGB value is (134,66,202). Sum of RGB (Red+Green+Blue) = 134+66+202=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #8642CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8642CA is #79BD35. Grayscale: #656565. Windows color (decimal): -7978294 or 13255302. OLE color: 13255302.
HSL color Cylindrical-coordinate representation of color #8642CA: hue angle of 270º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8642CA is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 66 | 202 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.21 |
| HSL | 270º | 0.56% | 0.53% | - |
| HSV(B) | 270º | 0.67% | 0.79% | - |
| XYZ | 22.44 | 13.23 | 57.25 | - |
| YUV | 101.84 | 184.53 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 66 | 202 | 0.34 | 0.67 | 0 | 0.21 | 270 | 0.56 | 0.53 |
| Hex | 86 | 42 | CA | 22 | 43 | 0 | 15 | 10E | 38 | 35 |
| Octal | 206 | 102 | 312 | 42 | 103 | 0 | 25 | 416 | 70 | 65 |
| Binary | 10000110 | 1000010 | 11001010 | 100010 | 1000011 | 0 | 10101 | 100001110 | 111000 | 110101 |
Color Harmonies of #8642CA
Complementary color
Monochromatic Colors of #8642CA
Black with #8642CA
Text Example
Text Example
White with #8642CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8642CA; }
p { color: rgb(134,66,202); }
H1.HeaderClassName
{
color: #8642CA;
}
.AnyTagClassName
{
color: #8642CA;
}
</style>
background-color css
<style>
a { background-color: #8642CA; }
a { background-color: rgb(134,66,202); }
div.DivClassName
{
background-color: #8642CA;
}
.BgClassName
{
background-color: #8642CA;
}
</style>
border-color css
<style>
span { border-color: #8642CA; }
span { border-color: rgb(134,66,202); }
td.TdClassName
{
border-color: #8642CA;
}
.TagClassName
{
border-color: #8642CA;
}
</style>