Shades of True V #835ECE
Tints of True V #835ECE
RGB
CMYK
RGB Variations
Color information
#835ECE (or 0x835ECE) is known color: True V. HEX triplet: 83, 5E and CE. RGB value is (131,94,206). Sum of RGB (Red+Green+Blue) = 131+94+206=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #835ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ECE is #7CA131. Grayscale: #757575. Windows color (decimal): -8167730 or 13524611. OLE color: 13524611.
HSL color Cylindrical-coordinate representation of color #835ECE: hue angle of 259.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #835ECE is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 94 | 206 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.19 |
| HSL | 259.82º | 0.53% | 0.59% | - |
| HSV(B) | 259.82º | 0.54% | 0.81% | - |
| XYZ | 24.5 | 17.29 | 60.44 | - |
| YUV | 117.83 | 177.76 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 94 | 206 | 0.36 | 0.54 | 0 | 0.19 | 259.82 | 0.53 | 0.59 |
| Hex | 83 | 5E | CE | 24 | 36 | 0 | 13 | 104 | 35 | 3B |
| Octal | 203 | 136 | 316 | 44 | 66 | 0 | 23 | 404 | 65 | 73 |
| Binary | 10000011 | 1011110 | 11001110 | 100100 | 110110 | 0 | 10011 | 100000100 | 110101 | 111011 |
Color Harmonies of #835ECE
Complementary color
Monochromatic Colors of #835ECE
Black with #835ECE
Text Example
Text Example
White with #835ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835ECE; }
p { color: rgb(131,94,206); }
H1.HeaderClassName
{
color: #835ECE;
}
.AnyTagClassName
{
color: #835ECE;
}
</style>
background-color css
<style>
a { background-color: #835ECE; }
a { background-color: rgb(131,94,206); }
div.DivClassName
{
background-color: #835ECE;
}
.BgClassName
{
background-color: #835ECE;
}
</style>
border-color css
<style>
span { border-color: #835ECE; }
span { border-color: rgb(131,94,206); }
td.TdClassName
{
border-color: #835ECE;
}
.TagClassName
{
border-color: #835ECE;
}
</style>