Shades of Dark Orchid #8748D0
Tints of Dark Orchid #8748D0
RGB
CMYK
RGB Variations
Color information
#8748D0 (or 0x8748D0) is known color: Dark Orchid. HEX triplet: 87, 48 and D0. RGB value is (135,72,208). Sum of RGB (Red+Green+Blue) = 135+72+208=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #8748D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8748D0 is #78B72F. Grayscale: #696969. Windows color (decimal): -7911216 or 13650055. OLE color: 13650055.
HSL color Cylindrical-coordinate representation of color #8748D0: hue angle of 267.79º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8748D0 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 72 | 208 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.18 |
| HSL | 267.79º | 0.59% | 0.55% | - |
| HSV(B) | 267.79º | 0.65% | 0.82% | - |
| XYZ | 23.69 | 14.34 | 61.19 | - |
| YUV | 106.34 | 185.37 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 208 | 0.35 | 0.65 | 0 | 0.18 | 267.79 | 0.59 | 0.55 |
| Hex | 87 | 48 | D0 | 23 | 41 | 0 | 12 | 10C | 3B | 37 |
| Octal | 207 | 110 | 320 | 43 | 101 | 0 | 22 | 414 | 73 | 67 |
| Binary | 10000111 | 1001000 | 11010000 | 100011 | 1000001 | 0 | 10010 | 100001100 | 111011 | 110111 |
Color Harmonies of #8748D0
Complementary color
Monochromatic Colors of #8748D0
Black with #8748D0
Text Example
Text Example
White with #8748D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8748D0; }
p { color: rgb(135,72,208); }
H1.HeaderClassName
{
color: #8748D0;
}
.AnyTagClassName
{
color: #8748D0;
}
</style>
background-color css
<style>
a { background-color: #8748D0; }
a { background-color: rgb(135,72,208); }
div.DivClassName
{
background-color: #8748D0;
}
.BgClassName
{
background-color: #8748D0;
}
</style>
border-color css
<style>
span { border-color: #8748D0; }
span { border-color: rgb(135,72,208); }
td.TdClassName
{
border-color: #8748D0;
}
.TagClassName
{
border-color: #8748D0;
}
</style>