Shades of Dark Orchid #852EB3
Tints of Dark Orchid #852EB3
RGB
CMYK
RGB Variations
Color information
#852EB3 (or 0x852EB3) is known color: Dark Orchid. HEX triplet: 85, 2E and B3. RGB value is (133,46,179). Sum of RGB (Red+Green+Blue) = 133+46+179=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #852EB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852EB3 is #7AD14C. Grayscale: #565656. Windows color (decimal): -8048973 or 11742853. OLE color: 11742853.
HSL color Cylindrical-coordinate representation of color #852EB3: hue angle of 279.25º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852EB3 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 46 | 179 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.30 |
| HSL | 279.25º | 0.59% | 0.44% | - |
| HSV(B) | 279.25º | 0.74% | 0.7% | - |
| XYZ | 18.79 | 10.2 | 43.63 | - |
| YUV | 87.18 | 179.82 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 179 | 0.26 | 0.74 | 0 | 0.30 | 279.25 | 0.59 | 0.44 |
| Hex | 85 | 2E | B3 | 1A | 4A | 0 | 1E | 117 | 3B | 2C |
| Octal | 205 | 56 | 263 | 32 | 112 | 0 | 36 | 427 | 73 | 54 |
| Binary | 10000101 | 101110 | 10110011 | 11010 | 1001010 | 0 | 11110 | 100010111 | 111011 | 101100 |
Color Harmonies of #852EB3
Complementary color
Monochromatic Colors of #852EB3
Black with #852EB3
Text Example
Text Example
White with #852EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852EB3; }
p { color: rgb(133,46,179); }
H1.HeaderClassName
{
color: #852EB3;
}
.AnyTagClassName
{
color: #852EB3;
}
</style>
background-color css
<style>
a { background-color: #852EB3; }
a { background-color: rgb(133,46,179); }
div.DivClassName
{
background-color: #852EB3;
}
.BgClassName
{
background-color: #852EB3;
}
</style>
border-color css
<style>
span { border-color: #852EB3; }
span { border-color: rgb(133,46,179); }
td.TdClassName
{
border-color: #852EB3;
}
.TagClassName
{
border-color: #852EB3;
}
</style>