Shades of Dark Orchid #8045CA
Tints of Dark Orchid #8045CA
RGB
CMYK
RGB Variations
Color information
#8045CA (or 0x8045CA) is known color: Dark Orchid. HEX triplet: 80, 45 and CA. RGB value is (128,69,202). Sum of RGB (Red+Green+Blue) = 128+69+202=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #8045CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8045CA is #7FBA35. Grayscale: #656565. Windows color (decimal): -8370742 or 13256064. OLE color: 13256064.
HSL color Cylindrical-coordinate representation of color #8045CA: hue angle of 266.62º 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 #8045CA is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 69 | 202 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.21 |
| HSL | 266.62º | 0.56% | 0.53% | - |
| HSV(B) | 266.62º | 0.66% | 0.79% | - |
| XYZ | 21.69 | 13.11 | 57.26 | - |
| YUV | 101.8 | 184.55 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 202 | 0.37 | 0.66 | 0 | 0.21 | 266.62 | 0.56 | 0.53 |
| Hex | 80 | 45 | CA | 25 | 42 | 0 | 15 | 10B | 38 | 35 |
| Octal | 200 | 105 | 312 | 45 | 102 | 0 | 25 | 413 | 70 | 65 |
| Binary | 10000000 | 1000101 | 11001010 | 100101 | 1000010 | 0 | 10101 | 100001011 | 111000 | 110101 |
Color Harmonies of #8045CA
Complementary color
Monochromatic Colors of #8045CA
Black with #8045CA
Text Example
Text Example
White with #8045CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8045CA; }
p { color: rgb(128,69,202); }
H1.HeaderClassName
{
color: #8045CA;
}
.AnyTagClassName
{
color: #8045CA;
}
</style>
background-color css
<style>
a { background-color: #8045CA; }
a { background-color: rgb(128,69,202); }
div.DivClassName
{
background-color: #8045CA;
}
.BgClassName
{
background-color: #8045CA;
}
</style>
border-color css
<style>
span { border-color: #8045CA; }
span { border-color: rgb(128,69,202); }
td.TdClassName
{
border-color: #8045CA;
}
.TagClassName
{
border-color: #8045CA;
}
</style>