Shades of Dark Orchid #852ABF
Tints of Dark Orchid #852ABF
RGB
CMYK
RGB Variations
Color information
#852ABF (or 0x852ABF) is known color: Dark Orchid. HEX triplet: 85, 2A and BF. RGB value is (133,42,191). Sum of RGB (Red+Green+Blue) = 133+42+191=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #852ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ABF is #7AD540. Grayscale: #555555. Windows color (decimal): -8049985 or 12528261. OLE color: 12528261.
HSL color Cylindrical-coordinate representation of color #852ABF: hue angle of 276.64º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852ABF is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 42 | 191 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.25 |
| HSL | 276.64º | 0.64% | 0.46% | - |
| HSV(B) | 276.64º | 0.78% | 0.75% | - |
| XYZ | 19.9 | 10.4 | 50.25 | - |
| YUV | 86.2 | 187.15 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 191 | 0.30 | 0.78 | 0 | 0.25 | 276.64 | 0.64 | 0.46 |
| Hex | 85 | 2A | BF | 1E | 4E | 0 | 19 | 115 | 40 | 2E |
| Octal | 205 | 52 | 277 | 36 | 116 | 0 | 31 | 425 | 100 | 56 |
| Binary | 10000101 | 101010 | 10111111 | 11110 | 1001110 | 0 | 11001 | 100010101 | 1000000 | 101110 |
Color Harmonies of #852ABF
Complementary color
Monochromatic Colors of #852ABF
Black with #852ABF
Text Example
Text Example
White with #852ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852ABF; }
p { color: rgb(133,42,191); }
H1.HeaderClassName
{
color: #852ABF;
}
.AnyTagClassName
{
color: #852ABF;
}
</style>
background-color css
<style>
a { background-color: #852ABF; }
a { background-color: rgb(133,42,191); }
div.DivClassName
{
background-color: #852ABF;
}
.BgClassName
{
background-color: #852ABF;
}
</style>
border-color css
<style>
span { border-color: #852ABF; }
span { border-color: rgb(133,42,191); }
td.TdClassName
{
border-color: #852ABF;
}
.TagClassName
{
border-color: #852ABF;
}
</style>