Shades of Dark Orchid #833BBB
Tints of Dark Orchid #833BBB
RGB
CMYK
RGB Variations
Color information
#833BBB (or 0x833BBB) is known color: Dark Orchid. HEX triplet: 83, 3B and BB. RGB value is (131,59,187). Sum of RGB (Red+Green+Blue) = 131+59+187=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #833BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833BBB is #7CC444. Grayscale: #5E5E5E. Windows color (decimal): -8176709 or 12270467. OLE color: 12270467.
HSL color Cylindrical-coordinate representation of color #833BBB: hue angle of 273.75º 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 #833BBB is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 59 | 187 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.27 |
| HSL | 273.75º | 0.52% | 0.48% | - |
| HSV(B) | 273.75º | 0.68% | 0.73% | - |
| XYZ | 19.89 | 11.54 | 48.19 | - |
| YUV | 95.12 | 179.85 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 187 | 0.30 | 0.68 | 0 | 0.27 | 273.75 | 0.52 | 0.48 |
| Hex | 83 | 3B | BB | 1E | 44 | 0 | 1B | 112 | 34 | 30 |
| Octal | 203 | 73 | 273 | 36 | 104 | 0 | 33 | 422 | 64 | 60 |
| Binary | 10000011 | 111011 | 10111011 | 11110 | 1000100 | 0 | 11011 | 100010010 | 110100 | 110000 |
Color Harmonies of #833BBB
Complementary color
Monochromatic Colors of #833BBB
Black with #833BBB
Text Example
Text Example
White with #833BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833BBB; }
p { color: rgb(131,59,187); }
H1.HeaderClassName
{
color: #833BBB;
}
.AnyTagClassName
{
color: #833BBB;
}
</style>
background-color css
<style>
a { background-color: #833BBB; }
a { background-color: rgb(131,59,187); }
div.DivClassName
{
background-color: #833BBB;
}
.BgClassName
{
background-color: #833BBB;
}
</style>
border-color css
<style>
span { border-color: #833BBB; }
span { border-color: rgb(131,59,187); }
td.TdClassName
{
border-color: #833BBB;
}
.TagClassName
{
border-color: #833BBB;
}
</style>