Shades of Dark Orchid #852ABC
Tints of Dark Orchid #852ABC
RGB
CMYK
RGB Variations
Color information
#852ABC (or 0x852ABC) is known color: Dark Orchid. HEX triplet: 85, 2A and BC. RGB value is (133,42,188). Sum of RGB (Red+Green+Blue) = 133+42+188=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #852ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ABC is #7AD543. Grayscale: #555555. Windows color (decimal): -8049988 or 12331653. OLE color: 12331653.
HSL color Cylindrical-coordinate representation of color #852ABC: hue angle of 277.4º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852ABC is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 42 | 188 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.26 |
| HSL | 277.4º | 0.63% | 0.45% | - |
| HSV(B) | 277.4º | 0.78% | 0.74% | - |
| XYZ | 19.58 | 10.27 | 48.53 | - |
| YUV | 85.85 | 185.65 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 188 | 0.29 | 0.78 | 0 | 0.26 | 277.4 | 0.63 | 0.45 |
| Hex | 85 | 2A | BC | 1D | 4E | 0 | 1A | 115 | 3F | 2D |
| Octal | 205 | 52 | 274 | 35 | 116 | 0 | 32 | 425 | 77 | 55 |
| Binary | 10000101 | 101010 | 10111100 | 11101 | 1001110 | 0 | 11010 | 100010101 | 111111 | 101101 |
Color Harmonies of #852ABC
Complementary color
Monochromatic Colors of #852ABC
Black with #852ABC
Text Example
Text Example
White with #852ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852ABC; }
p { color: rgb(133,42,188); }
H1.HeaderClassName
{
color: #852ABC;
}
.AnyTagClassName
{
color: #852ABC;
}
</style>
background-color css
<style>
a { background-color: #852ABC; }
a { background-color: rgb(133,42,188); }
div.DivClassName
{
background-color: #852ABC;
}
.BgClassName
{
background-color: #852ABC;
}
</style>
border-color css
<style>
span { border-color: #852ABC; }
span { border-color: rgb(133,42,188); }
td.TdClassName
{
border-color: #852ABC;
}
.TagClassName
{
border-color: #852ABC;
}
</style>