Shades of Dark Orchid #853BBE
Tints of Dark Orchid #853BBE
RGB
CMYK
RGB Variations
Color information
#853BBE (or 0x853BBE) is known color: Dark Orchid. HEX triplet: 85, 3B and BE. RGB value is (133,59,190). Sum of RGB (Red+Green+Blue) = 133+59+190=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #853BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853BBE is #7AC441. Grayscale: #5F5F5F. Windows color (decimal): -8045634 or 12467077. OLE color: 12467077.
HSL color Cylindrical-coordinate representation of color #853BBE: hue angle of 273.89º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #853BBE is Cyan = 0.3, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 59 | 190 | - |
| CMYK | 0.3 | 0.69 | 0 | 0.25 |
| HSL | 273.89º | 0.53% | 0.49% | - |
| HSV(B) | 273.89º | 0.69% | 0.75% | - |
| XYZ | 20.53 | 11.83 | 49.92 | - |
| YUV | 96.06 | 181.02 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 190 | 0.3 | 0.69 | 0 | 0.25 | 273.89 | 0.53 | 0.49 |
| Hex | 85 | 3B | BE | 1E | 45 | 0 | 19 | 112 | 35 | 31 |
| Octal | 205 | 73 | 276 | 36 | 105 | 0 | 31 | 422 | 65 | 61 |
| Binary | 10000101 | 111011 | 10111110 | 11110 | 1000101 | 0 | 11001 | 100010010 | 110101 | 110001 |
Color Harmonies of #853BBE
Complementary color
Monochromatic Colors of #853BBE
Black with #853BBE
Text Example
Text Example
White with #853BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853BBE; }
p { color: rgb(133,59,190); }
H1.HeaderClassName
{
color: #853BBE;
}
.AnyTagClassName
{
color: #853BBE;
}
</style>
background-color css
<style>
a { background-color: #853BBE; }
a { background-color: rgb(133,59,190); }
div.DivClassName
{
background-color: #853BBE;
}
.BgClassName
{
background-color: #853BBE;
}
</style>
border-color css
<style>
span { border-color: #853BBE; }
span { border-color: rgb(133,59,190); }
td.TdClassName
{
border-color: #853BBE;
}
.TagClassName
{
border-color: #853BBE;
}
</style>