Shades of Dark Orchid #852BCB
Tints of Dark Orchid #852BCB
RGB
CMYK
RGB Variations
Color information
#852BCB (or 0x852BCB) is known color: Dark Orchid. HEX triplet: 85, 2B and CB. RGB value is (133,43,203). Sum of RGB (Red+Green+Blue) = 133+43+203=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #852BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BCB is #7AD434. Grayscale: #575757. Windows color (decimal): -8049717 or 13314949. OLE color: 13314949.
HSL color Cylindrical-coordinate representation of color #852BCB: hue angle of 273.75º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #852BCB is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 43 | 203 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.20 |
| HSL | 273.75º | 0.65% | 0.48% | - |
| HSV(B) | 273.75º | 0.79% | 0.8% | - |
| XYZ | 21.32 | 11.03 | 57.5 | - |
| YUV | 88.15 | 192.82 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 203 | 0.34 | 0.79 | 0 | 0.20 | 273.75 | 0.65 | 0.48 |
| Hex | 85 | 2B | CB | 22 | 4F | 0 | 14 | 112 | 41 | 30 |
| Octal | 205 | 53 | 313 | 42 | 117 | 0 | 24 | 422 | 101 | 60 |
| Binary | 10000101 | 101011 | 11001011 | 100010 | 1001111 | 0 | 10100 | 100010010 | 1000001 | 110000 |
Color Harmonies of #852BCB
Complementary color
Monochromatic Colors of #852BCB
Black with #852BCB
Text Example
Text Example
White with #852BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852BCB; }
p { color: rgb(133,43,203); }
H1.HeaderClassName
{
color: #852BCB;
}
.AnyTagClassName
{
color: #852BCB;
}
</style>
background-color css
<style>
a { background-color: #852BCB; }
a { background-color: rgb(133,43,203); }
div.DivClassName
{
background-color: #852BCB;
}
.BgClassName
{
background-color: #852BCB;
}
</style>
border-color css
<style>
span { border-color: #852BCB; }
span { border-color: rgb(133,43,203); }
td.TdClassName
{
border-color: #852BCB;
}
.TagClassName
{
border-color: #852BCB;
}
</style>