Shades of Dark Orchid #852DB3
Tints of Dark Orchid #852DB3
RGB
CMYK
RGB Variations
Color information
#852DB3 (or 0x852DB3) is known color: Dark Orchid. HEX triplet: 85, 2D and B3. RGB value is (133,45,179). Sum of RGB (Red+Green+Blue) = 133+45+179=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #852DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DB3 is #7AD24C. Grayscale: #565656. Windows color (decimal): -8049229 or 11742597. OLE color: 11742597.
HSL color Cylindrical-coordinate representation of color #852DB3: hue angle of 279.4º degrees, saturation: 0.6, 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 #852DB3 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 45 | 179 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.30 |
| HSL | 279.4º | 0.6% | 0.44% | - |
| HSV(B) | 279.4º | 0.75% | 0.7% | - |
| XYZ | 18.75 | 10.12 | 43.61 | - |
| YUV | 86.59 | 180.15 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 179 | 0.26 | 0.75 | 0 | 0.30 | 279.4 | 0.6 | 0.44 |
| Hex | 85 | 2D | B3 | 1A | 4B | 0 | 1E | 117 | 3C | 2C |
| Octal | 205 | 55 | 263 | 32 | 113 | 0 | 36 | 427 | 74 | 54 |
| Binary | 10000101 | 101101 | 10110011 | 11010 | 1001011 | 0 | 11110 | 100010111 | 111100 | 101100 |
Color Harmonies of #852DB3
Complementary color
Monochromatic Colors of #852DB3
Black with #852DB3
Text Example
Text Example
White with #852DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852DB3; }
p { color: rgb(133,45,179); }
H1.HeaderClassName
{
color: #852DB3;
}
.AnyTagClassName
{
color: #852DB3;
}
</style>
background-color css
<style>
a { background-color: #852DB3; }
a { background-color: rgb(133,45,179); }
div.DivClassName
{
background-color: #852DB3;
}
.BgClassName
{
background-color: #852DB3;
}
</style>
border-color css
<style>
span { border-color: #852DB3; }
span { border-color: rgb(133,45,179); }
td.TdClassName
{
border-color: #852DB3;
}
.TagClassName
{
border-color: #852DB3;
}
</style>