Shades of Dark Orchid #852ABB
Tints of Dark Orchid #852ABB
RGB
CMYK
RGB Variations
Color information
#852ABB (or 0x852ABB) is known color: Dark Orchid. HEX triplet: 85, 2A and BB. RGB value is (133,42,187). Sum of RGB (Red+Green+Blue) = 133+42+187=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #852ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ABB is #7AD544. Grayscale: #555555. Windows color (decimal): -8049989 or 12266117. OLE color: 12266117.
HSL color Cylindrical-coordinate representation of color #852ABB: hue angle of 277.66º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852ABB is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 42 | 187 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.27 |
| HSL | 277.66º | 0.63% | 0.45% | - |
| HSV(B) | 277.66º | 0.78% | 0.73% | - |
| XYZ | 19.47 | 10.23 | 47.96 | - |
| YUV | 85.74 | 185.15 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 187 | 0.29 | 0.78 | 0 | 0.27 | 277.66 | 0.63 | 0.45 |
| Hex | 85 | 2A | BB | 1D | 4E | 0 | 1B | 116 | 3F | 2D |
| Octal | 205 | 52 | 273 | 35 | 116 | 0 | 33 | 426 | 77 | 55 |
| Binary | 10000101 | 101010 | 10111011 | 11101 | 1001110 | 0 | 11011 | 100010110 | 111111 | 101101 |
Color Harmonies of #852ABB
Complementary color
Monochromatic Colors of #852ABB
Black with #852ABB
Text Example
Text Example
White with #852ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852ABB; }
p { color: rgb(133,42,187); }
H1.HeaderClassName
{
color: #852ABB;
}
.AnyTagClassName
{
color: #852ABB;
}
</style>
background-color css
<style>
a { background-color: #852ABB; }
a { background-color: rgb(133,42,187); }
div.DivClassName
{
background-color: #852ABB;
}
.BgClassName
{
background-color: #852ABB;
}
</style>
border-color css
<style>
span { border-color: #852ABB; }
span { border-color: rgb(133,42,187); }
td.TdClassName
{
border-color: #852ABB;
}
.TagClassName
{
border-color: #852ABB;
}
</style>