Shades of True V #836CCC
Tints of True V #836CCC
RGB
CMYK
RGB Variations
Color information
#836CCC (or 0x836CCC) is known color: True V. HEX triplet: 83, 6C and CC. RGB value is (131,108,204). Sum of RGB (Red+Green+Blue) = 131+108+204=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #836CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CCC is #7C9333. Grayscale: #7D7D7D. Windows color (decimal): -8164148 or 13397123. OLE color: 13397123.
HSL color Cylindrical-coordinate representation of color #836CCC: hue angle of 254.38º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #836CCC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 108 | 204 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.2 |
| HSL | 254.38º | 0.48% | 0.61% | - |
| HSV(B) | 254.38º | 0.47% | 0.8% | - |
| XYZ | 25.62 | 19.91 | 59.62 | - |
| YUV | 125.82 | 172.12 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 204 | 0.36 | 0.47 | 0 | 0.2 | 254.38 | 0.48 | 0.61 |
| Hex | 83 | 6C | CC | 24 | 2F | 0 | 14 | FE | 30 | 3D |
| Octal | 203 | 154 | 314 | 44 | 57 | 0 | 24 | 376 | 60 | 75 |
| Binary | 10000011 | 1101100 | 11001100 | 100100 | 101111 | 0 | 10100 | 11111110 | 110000 | 111101 |
Color Harmonies of #836CCC
Complementary color
Monochromatic Colors of #836CCC
Black with #836CCC
Text Example
Text Example
White with #836CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836CCC; }
p { color: rgb(131,108,204); }
H1.HeaderClassName
{
color: #836CCC;
}
.AnyTagClassName
{
color: #836CCC;
}
</style>
background-color css
<style>
a { background-color: #836CCC; }
a { background-color: rgb(131,108,204); }
div.DivClassName
{
background-color: #836CCC;
}
.BgClassName
{
background-color: #836CCC;
}
</style>
border-color css
<style>
span { border-color: #836CCC; }
span { border-color: rgb(131,108,204); }
td.TdClassName
{
border-color: #836CCC;
}
.TagClassName
{
border-color: #836CCC;
}
</style>