Shades of Dark Orchid #833EC7
Tints of Dark Orchid #833EC7
RGB
CMYK
RGB Variations
Color information
#833EC7 (or 0x833EC7) is known color: Dark Orchid. HEX triplet: 83, 3E and C7. RGB value is (131,62,199). Sum of RGB (Red+Green+Blue) = 131+62+199=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #833EC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833EC7 is #7CC138. Grayscale: #616161. Windows color (decimal): -8175929 or 13057667. OLE color: 13057667.
HSL color Cylindrical-coordinate representation of color #833EC7: hue angle of 270.22º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #833EC7 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 62 | 199 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.22 |
| HSL | 270.22º | 0.55% | 0.51% | - |
| HSV(B) | 270.22º | 0.69% | 0.78% | - |
| XYZ | 21.39 | 12.39 | 55.3 | - |
| YUV | 98.25 | 184.86 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 199 | 0.34 | 0.69 | 0 | 0.22 | 270.22 | 0.55 | 0.51 |
| Hex | 83 | 3E | C7 | 22 | 45 | 0 | 16 | 10E | 37 | 33 |
| Octal | 203 | 76 | 307 | 42 | 105 | 0 | 26 | 416 | 67 | 63 |
| Binary | 10000011 | 111110 | 11000111 | 100010 | 1000101 | 0 | 10110 | 100001110 | 110111 | 110011 |
Color Harmonies of #833EC7
Complementary color
Monochromatic Colors of #833EC7
Black with #833EC7
Text Example
Text Example
White with #833EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833EC7; }
p { color: rgb(131,62,199); }
H1.HeaderClassName
{
color: #833EC7;
}
.AnyTagClassName
{
color: #833EC7;
}
</style>
background-color css
<style>
a { background-color: #833EC7; }
a { background-color: rgb(131,62,199); }
div.DivClassName
{
background-color: #833EC7;
}
.BgClassName
{
background-color: #833EC7;
}
</style>
border-color css
<style>
span { border-color: #833EC7; }
span { border-color: rgb(131,62,199); }
td.TdClassName
{
border-color: #833EC7;
}
.TagClassName
{
border-color: #833EC7;
}
</style>