Shades of True V #8359CC
Tints of True V #8359CC
RGB
CMYK
RGB Variations
Color information
#8359CC (or 0x8359CC) is known color: True V. HEX triplet: 83, 59 and CC. RGB value is (131,89,204). Sum of RGB (Red+Green+Blue) = 131+89+204=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #8359CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8359CC is #7CA633. Grayscale: #727272. Windows color (decimal): -8169012 or 13392259. OLE color: 13392259.
HSL color Cylindrical-coordinate representation of color #8359CC: hue angle of 261.91º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8359CC is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 89 | 204 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.2 |
| HSL | 261.91º | 0.53% | 0.57% | - |
| HSV(B) | 261.91º | 0.56% | 0.8% | - |
| XYZ | 23.83 | 16.33 | 59.02 | - |
| YUV | 114.67 | 178.41 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 204 | 0.36 | 0.56 | 0 | 0.2 | 261.91 | 0.53 | 0.57 |
| Hex | 83 | 59 | CC | 24 | 38 | 0 | 14 | 106 | 35 | 39 |
| Octal | 203 | 131 | 314 | 44 | 70 | 0 | 24 | 406 | 65 | 71 |
| Binary | 10000011 | 1011001 | 11001100 | 100100 | 111000 | 0 | 10100 | 100000110 | 110101 | 111001 |
Color Harmonies of #8359CC
Complementary color
Monochromatic Colors of #8359CC
Black with #8359CC
Text Example
Text Example
White with #8359CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8359CC; }
p { color: rgb(131,89,204); }
H1.HeaderClassName
{
color: #8359CC;
}
.AnyTagClassName
{
color: #8359CC;
}
</style>
background-color css
<style>
a { background-color: #8359CC; }
a { background-color: rgb(131,89,204); }
div.DivClassName
{
background-color: #8359CC;
}
.BgClassName
{
background-color: #8359CC;
}
</style>
border-color css
<style>
span { border-color: #8359CC; }
span { border-color: rgb(131,89,204); }
td.TdClassName
{
border-color: #8359CC;
}
.TagClassName
{
border-color: #8359CC;
}
</style>