Shades of True V #835FCC
Tints of True V #835FCC
RGB
CMYK
RGB Variations
Color information
#835FCC (or 0x835FCC) is known color: True V. HEX triplet: 83, 5F and CC. RGB value is (131,95,204). Sum of RGB (Red+Green+Blue) = 131+95+204=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #835FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835FCC is #7CA033. Grayscale: #757575. Windows color (decimal): -8167476 or 13393795. OLE color: 13393795.
HSL color Cylindrical-coordinate representation of color #835FCC: hue angle of 259.82º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #835FCC is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 95 | 204 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.2 |
| HSL | 259.82º | 0.52% | 0.59% | - |
| HSV(B) | 259.82º | 0.53% | 0.8% | - |
| XYZ | 24.35 | 17.37 | 59.2 | - |
| YUV | 118.19 | 176.43 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 95 | 204 | 0.36 | 0.53 | 0 | 0.2 | 259.82 | 0.52 | 0.59 |
| Hex | 83 | 5F | CC | 24 | 35 | 0 | 14 | 104 | 34 | 3B |
| Octal | 203 | 137 | 314 | 44 | 65 | 0 | 24 | 404 | 64 | 73 |
| Binary | 10000011 | 1011111 | 11001100 | 100100 | 110101 | 0 | 10100 | 100000100 | 110100 | 111011 |
Color Harmonies of #835FCC
Complementary color
Monochromatic Colors of #835FCC
Black with #835FCC
Text Example
Text Example
White with #835FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835FCC; }
p { color: rgb(131,95,204); }
H1.HeaderClassName
{
color: #835FCC;
}
.AnyTagClassName
{
color: #835FCC;
}
</style>
background-color css
<style>
a { background-color: #835FCC; }
a { background-color: rgb(131,95,204); }
div.DivClassName
{
background-color: #835FCC;
}
.BgClassName
{
background-color: #835FCC;
}
</style>
border-color css
<style>
span { border-color: #835FCC; }
span { border-color: rgb(131,95,204); }
td.TdClassName
{
border-color: #835FCC;
}
.TagClassName
{
border-color: #835FCC;
}
</style>