Shades of Dark Orchid #8745CA
Tints of Dark Orchid #8745CA
RGB
CMYK
RGB Variations
Color information
#8745CA (or 0x8745CA) is known color: Dark Orchid. HEX triplet: 87, 45 and CA. RGB value is (135,69,202). Sum of RGB (Red+Green+Blue) = 135+69+202=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #8745CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8745CA is #78BA35. Grayscale: #676767. Windows color (decimal): -7911990 or 13256071. OLE color: 13256071.
HSL color Cylindrical-coordinate representation of color #8745CA: hue angle of 269.77º 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 #8745CA is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 69 | 202 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.21 |
| HSL | 269.77º | 0.56% | 0.53% | - |
| HSV(B) | 269.77º | 0.66% | 0.79% | - |
| XYZ | 22.78 | 13.67 | 57.32 | - |
| YUV | 103.9 | 183.37 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 202 | 0.33 | 0.66 | 0 | 0.21 | 269.77 | 0.56 | 0.53 |
| Hex | 87 | 45 | CA | 21 | 42 | 0 | 15 | 10E | 38 | 35 |
| Octal | 207 | 105 | 312 | 41 | 102 | 0 | 25 | 416 | 70 | 65 |
| Binary | 10000111 | 1000101 | 11001010 | 100001 | 1000010 | 0 | 10101 | 100001110 | 111000 | 110101 |
Color Harmonies of #8745CA
Complementary color
Monochromatic Colors of #8745CA
Black with #8745CA
Text Example
Text Example
White with #8745CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8745CA; }
p { color: rgb(135,69,202); }
H1.HeaderClassName
{
color: #8745CA;
}
.AnyTagClassName
{
color: #8745CA;
}
</style>
background-color css
<style>
a { background-color: #8745CA; }
a { background-color: rgb(135,69,202); }
div.DivClassName
{
background-color: #8745CA;
}
.BgClassName
{
background-color: #8745CA;
}
</style>
border-color css
<style>
span { border-color: #8745CA; }
span { border-color: rgb(135,69,202); }
td.TdClassName
{
border-color: #8745CA;
}
.TagClassName
{
border-color: #8745CA;
}
</style>