Shades of Dark Orchid #833CBF
Tints of Dark Orchid #833CBF
RGB
CMYK
RGB Variations
Color information
#833CBF (or 0x833CBF) is known color: Dark Orchid. HEX triplet: 83, 3C and BF. RGB value is (131,60,191). Sum of RGB (Red+Green+Blue) = 131+60+191=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #833CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833CBF is #7CC340. Grayscale: #5F5F5F. Windows color (decimal): -8176449 or 12532867. OLE color: 12532867.
HSL color Cylindrical-coordinate representation of color #833CBF: hue angle of 272.52º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #833CBF is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 60 | 191 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.25 |
| HSL | 272.52º | 0.52% | 0.49% | - |
| HSV(B) | 272.52º | 0.69% | 0.75% | - |
| XYZ | 20.38 | 11.82 | 50.5 | - |
| YUV | 96.16 | 181.52 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 191 | 0.31 | 0.69 | 0 | 0.25 | 272.52 | 0.52 | 0.49 |
| Hex | 83 | 3C | BF | 1F | 45 | 0 | 19 | 111 | 34 | 31 |
| Octal | 203 | 74 | 277 | 37 | 105 | 0 | 31 | 421 | 64 | 61 |
| Binary | 10000011 | 111100 | 10111111 | 11111 | 1000101 | 0 | 11001 | 100010001 | 110100 | 110001 |
Color Harmonies of #833CBF
Complementary color
Monochromatic Colors of #833CBF
Black with #833CBF
Text Example
Text Example
White with #833CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CBF; }
p { color: rgb(131,60,191); }
H1.HeaderClassName
{
color: #833CBF;
}
.AnyTagClassName
{
color: #833CBF;
}
</style>
background-color css
<style>
a { background-color: #833CBF; }
a { background-color: rgb(131,60,191); }
div.DivClassName
{
background-color: #833CBF;
}
.BgClassName
{
background-color: #833CBF;
}
</style>
border-color css
<style>
span { border-color: #833CBF; }
span { border-color: rgb(131,60,191); }
td.TdClassName
{
border-color: #833CBF;
}
.TagClassName
{
border-color: #833CBF;
}
</style>