Shades of Dark Orchid #8948CE
Tints of Dark Orchid #8948CE
RGB
CMYK
RGB Variations
Color information
#8948CE (or 0x8948CE) is known color: Dark Orchid. HEX triplet: 89, 48 and CE. RGB value is (137,72,206). Sum of RGB (Red+Green+Blue) = 137+72+206=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #8948CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8948CE is #76B731. Grayscale: #6A6A6A. Windows color (decimal): -7780146 or 13518985. OLE color: 13518985.
HSL color Cylindrical-coordinate representation of color #8948CE: hue angle of 269.1º 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 #8948CE is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 72 | 206 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.19 |
| HSL | 269.1º | 0.58% | 0.55% | - |
| HSV(B) | 269.1º | 0.65% | 0.81% | - |
| XYZ | 23.77 | 14.41 | 59.92 | - |
| YUV | 106.71 | 184.03 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 206 | 0.33 | 0.65 | 0 | 0.19 | 269.1 | 0.58 | 0.55 |
| Hex | 89 | 48 | CE | 21 | 41 | 0 | 13 | 10D | 3A | 37 |
| Octal | 211 | 110 | 316 | 41 | 101 | 0 | 23 | 415 | 72 | 67 |
| Binary | 10001001 | 1001000 | 11001110 | 100001 | 1000001 | 0 | 10011 | 100001101 | 111010 | 110111 |
Color Harmonies of #8948CE
Complementary color
Monochromatic Colors of #8948CE
Black with #8948CE
Text Example
Text Example
White with #8948CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8948CE; }
p { color: rgb(137,72,206); }
H1.HeaderClassName
{
color: #8948CE;
}
.AnyTagClassName
{
color: #8948CE;
}
</style>
background-color css
<style>
a { background-color: #8948CE; }
a { background-color: rgb(137,72,206); }
div.DivClassName
{
background-color: #8948CE;
}
.BgClassName
{
background-color: #8948CE;
}
</style>
border-color css
<style>
span { border-color: #8948CE; }
span { border-color: rgb(137,72,206); }
td.TdClassName
{
border-color: #8948CE;
}
.TagClassName
{
border-color: #8948CE;
}
</style>