Shades of Dark Orchid #833CBC
Tints of Dark Orchid #833CBC
RGB
CMYK
RGB Variations
Color information
#833CBC (or 0x833CBC) is known color: Dark Orchid. HEX triplet: 83, 3C and BC. RGB value is (131,60,188). Sum of RGB (Red+Green+Blue) = 131+60+188=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #833CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833CBC is #7CC343. Grayscale: #5F5F5F. Windows color (decimal): -8176452 or 12336259. OLE color: 12336259.
HSL color Cylindrical-coordinate representation of color #833CBC: hue angle of 273.28º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #833CBC is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 60 | 188 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.26 |
| HSL | 273.28º | 0.52% | 0.49% | - |
| HSV(B) | 273.28º | 0.68% | 0.74% | - |
| XYZ | 20.05 | 11.69 | 48.78 | - |
| YUV | 95.82 | 180.02 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 188 | 0.30 | 0.68 | 0 | 0.26 | 273.28 | 0.52 | 0.49 |
| Hex | 83 | 3C | BC | 1E | 44 | 0 | 1A | 111 | 34 | 31 |
| Octal | 203 | 74 | 274 | 36 | 104 | 0 | 32 | 421 | 64 | 61 |
| Binary | 10000011 | 111100 | 10111100 | 11110 | 1000100 | 0 | 11010 | 100010001 | 110100 | 110001 |
Color Harmonies of #833CBC
Complementary color
Monochromatic Colors of #833CBC
Black with #833CBC
Text Example
Text Example
White with #833CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CBC; }
p { color: rgb(131,60,188); }
H1.HeaderClassName
{
color: #833CBC;
}
.AnyTagClassName
{
color: #833CBC;
}
</style>
background-color css
<style>
a { background-color: #833CBC; }
a { background-color: rgb(131,60,188); }
div.DivClassName
{
background-color: #833CBC;
}
.BgClassName
{
background-color: #833CBC;
}
</style>
border-color css
<style>
span { border-color: #833CBC; }
span { border-color: rgb(131,60,188); }
td.TdClassName
{
border-color: #833CBC;
}
.TagClassName
{
border-color: #833CBC;
}
</style>