Shades of Dark Orchid #8548CF
Tints of Dark Orchid #8548CF
RGB
CMYK
RGB Variations
Color information
#8548CF (or 0x8548CF) is known color: Dark Orchid. HEX triplet: 85, 48 and CF. RGB value is (133,72,207). Sum of RGB (Red+Green+Blue) = 133+72+207=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #8548CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8548CF is #7AB730. Grayscale: #696969. Windows color (decimal): -8042289 or 13584517. OLE color: 13584517.
HSL color Cylindrical-coordinate representation of color #8548CF: hue angle of 267.11º 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 #8548CF is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 72 | 207 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.19 |
| HSL | 267.11º | 0.58% | 0.55% | - |
| HSV(B) | 267.11º | 0.65% | 0.81% | - |
| XYZ | 23.25 | 14.13 | 60.53 | - |
| YUV | 105.63 | 185.21 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 207 | 0.36 | 0.65 | 0 | 0.19 | 267.11 | 0.58 | 0.55 |
| Hex | 85 | 48 | CF | 24 | 41 | 0 | 13 | 10B | 3A | 37 |
| Octal | 205 | 110 | 317 | 44 | 101 | 0 | 23 | 413 | 72 | 67 |
| Binary | 10000101 | 1001000 | 11001111 | 100100 | 1000001 | 0 | 10011 | 100001011 | 111010 | 110111 |
Color Harmonies of #8548CF
Complementary color
Monochromatic Colors of #8548CF
Black with #8548CF
Text Example
Text Example
White with #8548CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8548CF; }
p { color: rgb(133,72,207); }
H1.HeaderClassName
{
color: #8548CF;
}
.AnyTagClassName
{
color: #8548CF;
}
</style>
background-color css
<style>
a { background-color: #8548CF; }
a { background-color: rgb(133,72,207); }
div.DivClassName
{
background-color: #8548CF;
}
.BgClassName
{
background-color: #8548CF;
}
</style>
border-color css
<style>
span { border-color: #8548CF; }
span { border-color: rgb(133,72,207); }
td.TdClassName
{
border-color: #8548CF;
}
.TagClassName
{
border-color: #8548CF;
}
</style>