Shades of True V #835CCC
Tints of True V #835CCC
RGB
CMYK
RGB Variations
Color information
#835CCC (or 0x835CCC) is known color: True V. HEX triplet: 83, 5C and CC. RGB value is (131,92,204). Sum of RGB (Red+Green+Blue) = 131+92+204=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #835CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CCC is #7CA333. Grayscale: #747474. Windows color (decimal): -8168244 or 13393027. OLE color: 13393027.
HSL color Cylindrical-coordinate representation of color #835CCC: hue angle of 260.89º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #835CCC is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 92 | 204 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.2 |
| HSL | 260.89º | 0.52% | 0.58% | - |
| HSV(B) | 260.89º | 0.55% | 0.8% | - |
| XYZ | 24.09 | 16.84 | 59.11 | - |
| YUV | 116.43 | 177.42 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 204 | 0.36 | 0.55 | 0 | 0.2 | 260.89 | 0.52 | 0.58 |
| Hex | 83 | 5C | CC | 24 | 37 | 0 | 14 | 105 | 34 | 3A |
| Octal | 203 | 134 | 314 | 44 | 67 | 0 | 24 | 405 | 64 | 72 |
| Binary | 10000011 | 1011100 | 11001100 | 100100 | 110111 | 0 | 10100 | 100000101 | 110100 | 111010 |
Color Harmonies of #835CCC
Complementary color
Monochromatic Colors of #835CCC
Black with #835CCC
Text Example
Text Example
White with #835CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835CCC; }
p { color: rgb(131,92,204); }
H1.HeaderClassName
{
color: #835CCC;
}
.AnyTagClassName
{
color: #835CCC;
}
</style>
background-color css
<style>
a { background-color: #835CCC; }
a { background-color: rgb(131,92,204); }
div.DivClassName
{
background-color: #835CCC;
}
.BgClassName
{
background-color: #835CCC;
}
</style>
border-color css
<style>
span { border-color: #835CCC; }
span { border-color: rgb(131,92,204); }
td.TdClassName
{
border-color: #835CCC;
}
.TagClassName
{
border-color: #835CCC;
}
</style>