Shades of Dark Orchid #8045C9
Tints of Dark Orchid #8045C9
RGB
CMYK
RGB Variations
Color information
#8045C9 (or 0x8045C9) is known color: Dark Orchid. HEX triplet: 80, 45 and C9. RGB value is (128,69,201). Sum of RGB (Red+Green+Blue) = 128+69+201=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #8045C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8045C9 is #7FBA36. Grayscale: #656565. Windows color (decimal): -8370743 or 13190528. OLE color: 13190528.
HSL color Cylindrical-coordinate representation of color #8045C9: hue angle of 266.82º degrees, saturation: 0.55, 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 #8045C9 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 69 | 201 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.21 |
| HSL | 266.82º | 0.55% | 0.53% | - |
| HSV(B) | 266.82º | 0.66% | 0.79% | - |
| XYZ | 21.57 | 13.06 | 56.64 | - |
| YUV | 101.69 | 184.05 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 201 | 0.36 | 0.66 | 0 | 0.21 | 266.82 | 0.55 | 0.53 |
| Hex | 80 | 45 | C9 | 24 | 42 | 0 | 15 | 10B | 37 | 35 |
| Octal | 200 | 105 | 311 | 44 | 102 | 0 | 25 | 413 | 67 | 65 |
| Binary | 10000000 | 1000101 | 11001001 | 100100 | 1000010 | 0 | 10101 | 100001011 | 110111 | 110101 |
Color Harmonies of #8045C9
Complementary color
Monochromatic Colors of #8045C9
Black with #8045C9
Text Example
Text Example
White with #8045C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8045C9; }
p { color: rgb(128,69,201); }
H1.HeaderClassName
{
color: #8045C9;
}
.AnyTagClassName
{
color: #8045C9;
}
</style>
background-color css
<style>
a { background-color: #8045C9; }
a { background-color: rgb(128,69,201); }
div.DivClassName
{
background-color: #8045C9;
}
.BgClassName
{
background-color: #8045C9;
}
</style>
border-color css
<style>
span { border-color: #8045C9; }
span { border-color: rgb(128,69,201); }
td.TdClassName
{
border-color: #8045C9;
}
.TagClassName
{
border-color: #8045C9;
}
</style>