Shades of Dark Orchid #853CCB
Tints of Dark Orchid #853CCB
RGB
CMYK
RGB Variations
Color information
#853CCB (or 0x853CCB) is known color: Dark Orchid. HEX triplet: 85, 3C and CB. RGB value is (133,60,203). Sum of RGB (Red+Green+Blue) = 133+60+203=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #853CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853CCB is #7AC334. Grayscale: #616161. Windows color (decimal): -8045365 or 13319301. OLE color: 13319301.
HSL color Cylindrical-coordinate representation of color #853CCB: hue angle of 270.63º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853CCB is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 60 | 203 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.20 |
| HSL | 270.63º | 0.58% | 0.52% | - |
| HSV(B) | 270.63º | 0.7% | 0.8% | - |
| XYZ | 22.07 | 12.53 | 57.76 | - |
| YUV | 98.13 | 187.18 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 203 | 0.34 | 0.70 | 0 | 0.20 | 270.63 | 0.58 | 0.52 |
| Hex | 85 | 3C | CB | 22 | 46 | 0 | 14 | 10F | 3A | 34 |
| Octal | 205 | 74 | 313 | 42 | 106 | 0 | 24 | 417 | 72 | 64 |
| Binary | 10000101 | 111100 | 11001011 | 100010 | 1000110 | 0 | 10100 | 100001111 | 111010 | 110100 |
Color Harmonies of #853CCB
Complementary color
Monochromatic Colors of #853CCB
Black with #853CCB
Text Example
Text Example
White with #853CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CCB; }
p { color: rgb(133,60,203); }
H1.HeaderClassName
{
color: #853CCB;
}
.AnyTagClassName
{
color: #853CCB;
}
</style>
background-color css
<style>
a { background-color: #853CCB; }
a { background-color: rgb(133,60,203); }
div.DivClassName
{
background-color: #853CCB;
}
.BgClassName
{
background-color: #853CCB;
}
</style>
border-color css
<style>
span { border-color: #853CCB; }
span { border-color: rgb(133,60,203); }
td.TdClassName
{
border-color: #853CCB;
}
.TagClassName
{
border-color: #853CCB;
}
</style>