Shades of Dark Orchid #833BBD
Tints of Dark Orchid #833BBD
RGB
CMYK
RGB Variations
Color information
#833BBD (or 0x833BBD) is known color: Dark Orchid. HEX triplet: 83, 3B and BD. RGB value is (131,59,189). Sum of RGB (Red+Green+Blue) = 131+59+189=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #833BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833BBD is #7CC442. Grayscale: #5E5E5E. Windows color (decimal): -8176707 or 12401539. OLE color: 12401539.
HSL color Cylindrical-coordinate representation of color #833BBD: hue angle of 273.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #833BBD is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 59 | 189 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.26 |
| HSL | 273.23º | 0.52% | 0.49% | - |
| HSV(B) | 273.23º | 0.69% | 0.74% | - |
| XYZ | 20.11 | 11.63 | 49.33 | - |
| YUV | 95.35 | 180.85 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 189 | 0.31 | 0.69 | 0 | 0.26 | 273.23 | 0.52 | 0.49 |
| Hex | 83 | 3B | BD | 1F | 45 | 0 | 1A | 111 | 34 | 31 |
| Octal | 203 | 73 | 275 | 37 | 105 | 0 | 32 | 421 | 64 | 61 |
| Binary | 10000011 | 111011 | 10111101 | 11111 | 1000101 | 0 | 11010 | 100010001 | 110100 | 110001 |
Color Harmonies of #833BBD
Complementary color
Monochromatic Colors of #833BBD
Black with #833BBD
Text Example
Text Example
White with #833BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833BBD; }
p { color: rgb(131,59,189); }
H1.HeaderClassName
{
color: #833BBD;
}
.AnyTagClassName
{
color: #833BBD;
}
</style>
background-color css
<style>
a { background-color: #833BBD; }
a { background-color: rgb(131,59,189); }
div.DivClassName
{
background-color: #833BBD;
}
.BgClassName
{
background-color: #833BBD;
}
</style>
border-color css
<style>
span { border-color: #833BBD; }
span { border-color: rgb(131,59,189); }
td.TdClassName
{
border-color: #833BBD;
}
.TagClassName
{
border-color: #833BBD;
}
</style>