Shades of Dark Orchid #853DBB
Tints of Dark Orchid #853DBB
RGB
CMYK
RGB Variations
Color information
#853DBB (or 0x853DBB) is known color: Dark Orchid. HEX triplet: 85, 3D and BB. RGB value is (133,61,187). Sum of RGB (Red+Green+Blue) = 133+61+187=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #853DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853DBB is #7AC244. Grayscale: #606060. Windows color (decimal): -8045125 or 12270981. OLE color: 12270981.
HSL color Cylindrical-coordinate representation of color #853DBB: hue angle of 274.29º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #853DBB is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 61 | 187 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.27 |
| HSL | 274.29º | 0.51% | 0.49% | - |
| HSV(B) | 274.29º | 0.67% | 0.73% | - |
| XYZ | 20.31 | 11.91 | 48.24 | - |
| YUV | 96.89 | 178.85 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 187 | 0.29 | 0.67 | 0 | 0.27 | 274.29 | 0.51 | 0.49 |
| Hex | 85 | 3D | BB | 1D | 43 | 0 | 1B | 112 | 33 | 31 |
| Octal | 205 | 75 | 273 | 35 | 103 | 0 | 33 | 422 | 63 | 61 |
| Binary | 10000101 | 111101 | 10111011 | 11101 | 1000011 | 0 | 11011 | 100010010 | 110011 | 110001 |
Color Harmonies of #853DBB
Complementary color
Monochromatic Colors of #853DBB
Black with #853DBB
Text Example
Text Example
White with #853DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853DBB; }
p { color: rgb(133,61,187); }
H1.HeaderClassName
{
color: #853DBB;
}
.AnyTagClassName
{
color: #853DBB;
}
</style>
background-color css
<style>
a { background-color: #853DBB; }
a { background-color: rgb(133,61,187); }
div.DivClassName
{
background-color: #853DBB;
}
.BgClassName
{
background-color: #853DBB;
}
</style>
border-color css
<style>
span { border-color: #853DBB; }
span { border-color: rgb(133,61,187); }
td.TdClassName
{
border-color: #853DBB;
}
.TagClassName
{
border-color: #853DBB;
}
</style>