Shades of Dark Orchid #853DBE
Tints of Dark Orchid #853DBE
RGB
CMYK
RGB Variations
Color information
#853DBE (or 0x853DBE) is known color: Dark Orchid. HEX triplet: 85, 3D and BE. RGB value is (133,61,190). Sum of RGB (Red+Green+Blue) = 133+61+190=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #853DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853DBE is #7AC241. Grayscale: #606060. Windows color (decimal): -8045122 or 12467589. OLE color: 12467589.
HSL color Cylindrical-coordinate representation of color #853DBE: hue angle of 273.49º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #853DBE is Cyan = 0.3, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 61 | 190 | - |
| CMYK | 0.3 | 0.68 | 0 | 0.25 |
| HSL | 273.49º | 0.51% | 0.49% | - |
| HSV(B) | 273.49º | 0.68% | 0.75% | - |
| XYZ | 20.64 | 12.04 | 49.95 | - |
| YUV | 97.23 | 180.35 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 190 | 0.3 | 0.68 | 0 | 0.25 | 273.49 | 0.51 | 0.49 |
| Hex | 85 | 3D | BE | 1E | 44 | 0 | 19 | 111 | 33 | 31 |
| Octal | 205 | 75 | 276 | 36 | 104 | 0 | 31 | 421 | 63 | 61 |
| Binary | 10000101 | 111101 | 10111110 | 11110 | 1000100 | 0 | 11001 | 100010001 | 110011 | 110001 |
Color Harmonies of #853DBE
Complementary color
Monochromatic Colors of #853DBE
Black with #853DBE
Text Example
Text Example
White with #853DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853DBE; }
p { color: rgb(133,61,190); }
H1.HeaderClassName
{
color: #853DBE;
}
.AnyTagClassName
{
color: #853DBE;
}
</style>
background-color css
<style>
a { background-color: #853DBE; }
a { background-color: rgb(133,61,190); }
div.DivClassName
{
background-color: #853DBE;
}
.BgClassName
{
background-color: #853DBE;
}
</style>
border-color css
<style>
span { border-color: #853DBE; }
span { border-color: rgb(133,61,190); }
td.TdClassName
{
border-color: #853DBE;
}
.TagClassName
{
border-color: #853DBE;
}
</style>