Shades of Dark Orchid #8748CE
Tints of Dark Orchid #8748CE
RGB
CMYK
RGB Variations
Color information
#8748CE (or 0x8748CE) is known color: Dark Orchid. HEX triplet: 87, 48 and CE. RGB value is (135,72,206). Sum of RGB (Red+Green+Blue) = 135+72+206=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #8748CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8748CE is #78B731. Grayscale: #696969. Windows color (decimal): -7911218 or 13518983. OLE color: 13518983.
HSL color Cylindrical-coordinate representation of color #8748CE: hue angle of 268.21º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8748CE is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 72 | 206 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.19 |
| HSL | 268.21º | 0.58% | 0.55% | - |
| HSV(B) | 268.21º | 0.65% | 0.81% | - |
| XYZ | 23.45 | 14.24 | 59.91 | - |
| YUV | 106.11 | 184.37 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 206 | 0.34 | 0.65 | 0 | 0.19 | 268.21 | 0.58 | 0.55 |
| Hex | 87 | 48 | CE | 22 | 41 | 0 | 13 | 10C | 3A | 37 |
| Octal | 207 | 110 | 316 | 42 | 101 | 0 | 23 | 414 | 72 | 67 |
| Binary | 10000111 | 1001000 | 11001110 | 100010 | 1000001 | 0 | 10011 | 100001100 | 111010 | 110111 |
Color Harmonies of #8748CE
Complementary color
Monochromatic Colors of #8748CE
Black with #8748CE
Text Example
Text Example
White with #8748CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8748CE; }
p { color: rgb(135,72,206); }
H1.HeaderClassName
{
color: #8748CE;
}
.AnyTagClassName
{
color: #8748CE;
}
</style>
background-color css
<style>
a { background-color: #8748CE; }
a { background-color: rgb(135,72,206); }
div.DivClassName
{
background-color: #8748CE;
}
.BgClassName
{
background-color: #8748CE;
}
</style>
border-color css
<style>
span { border-color: #8748CE; }
span { border-color: rgb(135,72,206); }
td.TdClassName
{
border-color: #8748CE;
}
.TagClassName
{
border-color: #8748CE;
}
</style>