Shades of Dark Orchid #852CB3
Tints of Dark Orchid #852CB3
RGB
CMYK
RGB Variations
Color information
#852CB3 (or 0x852CB3) is known color: Dark Orchid. HEX triplet: 85, 2C and B3. RGB value is (133,44,179). Sum of RGB (Red+Green+Blue) = 133+44+179=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #852CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CB3 is #7AD34C. Grayscale: #555555. Windows color (decimal): -8049485 or 11742341. OLE color: 11742341.
HSL color Cylindrical-coordinate representation of color #852CB3: hue angle of 279.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852CB3 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 44 | 179 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.30 |
| HSL | 279.56º | 0.61% | 0.44% | - |
| HSV(B) | 279.56º | 0.75% | 0.7% | - |
| XYZ | 18.71 | 10.04 | 43.6 | - |
| YUV | 86 | 180.49 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 179 | 0.26 | 0.75 | 0 | 0.30 | 279.56 | 0.61 | 0.44 |
| Hex | 85 | 2C | B3 | 1A | 4B | 0 | 1E | 118 | 3D | 2C |
| Octal | 205 | 54 | 263 | 32 | 113 | 0 | 36 | 430 | 75 | 54 |
| Binary | 10000101 | 101100 | 10110011 | 11010 | 1001011 | 0 | 11110 | 100011000 | 111101 | 101100 |
Color Harmonies of #852CB3
Complementary color
Monochromatic Colors of #852CB3
Black with #852CB3
Text Example
Text Example
White with #852CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852CB3; }
p { color: rgb(133,44,179); }
H1.HeaderClassName
{
color: #852CB3;
}
.AnyTagClassName
{
color: #852CB3;
}
</style>
background-color css
<style>
a { background-color: #852CB3; }
a { background-color: rgb(133,44,179); }
div.DivClassName
{
background-color: #852CB3;
}
.BgClassName
{
background-color: #852CB3;
}
</style>
border-color css
<style>
span { border-color: #852CB3; }
span { border-color: rgb(133,44,179); }
td.TdClassName
{
border-color: #852CB3;
}
.TagClassName
{
border-color: #852CB3;
}
</style>