Shades of Dark Orchid #8848CF
Tints of Dark Orchid #8848CF
RGB
CMYK
RGB Variations
Color information
#8848CF (or 0x8848CF) is known color: Dark Orchid. HEX triplet: 88, 48 and CF. RGB value is (136,72,207). Sum of RGB (Red+Green+Blue) = 136+72+207=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #8848CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8848CF is #77B730. Grayscale: #6A6A6A. Windows color (decimal): -7845681 or 13584520. OLE color: 13584520.
HSL color Cylindrical-coordinate representation of color #8848CF: hue angle of 268.44º 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 #8848CF is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 72 | 207 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.19 |
| HSL | 268.44º | 0.58% | 0.55% | - |
| HSV(B) | 268.44º | 0.65% | 0.81% | - |
| XYZ | 23.73 | 14.37 | 60.56 | - |
| YUV | 106.53 | 184.7 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 72 | 207 | 0.34 | 0.65 | 0 | 0.19 | 268.44 | 0.58 | 0.55 |
| Hex | 88 | 48 | CF | 22 | 41 | 0 | 13 | 10C | 3A | 37 |
| Octal | 210 | 110 | 317 | 42 | 101 | 0 | 23 | 414 | 72 | 67 |
| Binary | 10001000 | 1001000 | 11001111 | 100010 | 1000001 | 0 | 10011 | 100001100 | 111010 | 110111 |
Color Harmonies of #8848CF
Complementary color
Monochromatic Colors of #8848CF
Black with #8848CF
Text Example
Text Example
White with #8848CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8848CF; }
p { color: rgb(136,72,207); }
H1.HeaderClassName
{
color: #8848CF;
}
.AnyTagClassName
{
color: #8848CF;
}
</style>
background-color css
<style>
a { background-color: #8848CF; }
a { background-color: rgb(136,72,207); }
div.DivClassName
{
background-color: #8848CF;
}
.BgClassName
{
background-color: #8848CF;
}
</style>
border-color css
<style>
span { border-color: #8848CF; }
span { border-color: rgb(136,72,207); }
td.TdClassName
{
border-color: #8848CF;
}
.TagClassName
{
border-color: #8848CF;
}
</style>