Shades of Dark Orchid #853BBA
Tints of Dark Orchid #853BBA
RGB
CMYK
RGB Variations
Color information
#853BBA (or 0x853BBA) is known color: Dark Orchid. HEX triplet: 85, 3B and BA. RGB value is (133,59,186). Sum of RGB (Red+Green+Blue) = 133+59+186=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #853BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853BBA is #7AC445. Grayscale: #5F5F5F. Windows color (decimal): -8045638 or 12204933. OLE color: 12204933.
HSL color Cylindrical-coordinate representation of color #853BBA: hue angle of 274.96º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #853BBA is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 59 | 186 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.27 |
| HSL | 274.96º | 0.52% | 0.48% | - |
| HSV(B) | 274.96º | 0.68% | 0.73% | - |
| XYZ | 20.1 | 11.66 | 47.65 | - |
| YUV | 95.6 | 179.02 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 186 | 0.28 | 0.68 | 0 | 0.27 | 274.96 | 0.52 | 0.48 |
| Hex | 85 | 3B | BA | 1C | 44 | 0 | 1B | 113 | 34 | 30 |
| Octal | 205 | 73 | 272 | 34 | 104 | 0 | 33 | 423 | 64 | 60 |
| Binary | 10000101 | 111011 | 10111010 | 11100 | 1000100 | 0 | 11011 | 100010011 | 110100 | 110000 |
Color Harmonies of #853BBA
Complementary color
Monochromatic Colors of #853BBA
Black with #853BBA
Text Example
Text Example
White with #853BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853BBA; }
p { color: rgb(133,59,186); }
H1.HeaderClassName
{
color: #853BBA;
}
.AnyTagClassName
{
color: #853BBA;
}
</style>
background-color css
<style>
a { background-color: #853BBA; }
a { background-color: rgb(133,59,186); }
div.DivClassName
{
background-color: #853BBA;
}
.BgClassName
{
background-color: #853BBA;
}
</style>
border-color css
<style>
span { border-color: #853BBA; }
span { border-color: rgb(133,59,186); }
td.TdClassName
{
border-color: #853BBA;
}
.TagClassName
{
border-color: #853BBA;
}
</style>