Shades of Dark Orchid #851AB8
Tints of Dark Orchid #851AB8
RGB
CMYK
RGB Variations
Color information
#851AB8 (or 0x851AB8) is known color: Dark Orchid. HEX triplet: 85, 1A and B8. RGB value is (133,26,184). Sum of RGB (Red+Green+Blue) = 133+26+184=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 184 (72.27% from 255 or 53.64% from 343); Max value from RGB is 184 - color contains mainly: blue. Hex color #851AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851AB8 is #7AE547. Grayscale: #4B4B4B. Windows color (decimal): -8054088 or 12065413. OLE color: 12065413.
HSL color Cylindrical-coordinate representation of color #851AB8: hue angle of 280.63º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851AB8 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 26 | 184 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.28 |
| HSL | 280.63º | 0.75% | 0.41% | - |
| HSV(B) | 280.63º | 0.86% | 0.72% | - |
| XYZ | 18.69 | 9.19 | 46.14 | - |
| YUV | 76.01 | 188.95 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 184 | 0.28 | 0.86 | 0 | 0.28 | 280.63 | 0.75 | 0.41 |
| Hex | 85 | 1A | B8 | 1C | 56 | 0 | 1C | 119 | 4B | 29 |
| Octal | 205 | 32 | 270 | 34 | 126 | 0 | 34 | 431 | 113 | 51 |
| Binary | 10000101 | 11010 | 10111000 | 11100 | 1010110 | 0 | 11100 | 100011001 | 1001011 | 101001 |
Color Harmonies of #851AB8
Complementary color
Monochromatic Colors of #851AB8
Black with #851AB8
Text Example
Text Example
White with #851AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851AB8; }
p { color: rgb(133,26,184); }
H1.HeaderClassName
{
color: #851AB8;
}
.AnyTagClassName
{
color: #851AB8;
}
</style>
background-color css
<style>
a { background-color: #851AB8; }
a { background-color: rgb(133,26,184); }
div.DivClassName
{
background-color: #851AB8;
}
.BgClassName
{
background-color: #851AB8;
}
</style>
border-color css
<style>
span { border-color: #851AB8; }
span { border-color: rgb(133,26,184); }
td.TdClassName
{
border-color: #851AB8;
}
.TagClassName
{
border-color: #851AB8;
}
</style>