Shades of True V #8360CC
Tints of True V #8360CC
RGB
CMYK
RGB Variations
Color information
#8360CC (or 0x8360CC) is known color: True V. HEX triplet: 83, 60 and CC. RGB value is (131,96,204). Sum of RGB (Red+Green+Blue) = 131+96+204=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #8360CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360CC is #7C9F33. Grayscale: #767676. Windows color (decimal): -8167220 or 13394051. OLE color: 13394051.
HSL color Cylindrical-coordinate representation of color #8360CC: hue angle of 259.44º degrees, saturation: 0.51, 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 #8360CC is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 96 | 204 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.2 |
| HSL | 259.44º | 0.51% | 0.59% | - |
| HSV(B) | 259.44º | 0.53% | 0.8% | - |
| XYZ | 24.44 | 17.55 | 59.23 | - |
| YUV | 118.78 | 176.1 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 204 | 0.36 | 0.53 | 0 | 0.2 | 259.44 | 0.51 | 0.59 |
| Hex | 83 | 60 | CC | 24 | 35 | 0 | 14 | 103 | 33 | 3B |
| Octal | 203 | 140 | 314 | 44 | 65 | 0 | 24 | 403 | 63 | 73 |
| Binary | 10000011 | 1100000 | 11001100 | 100100 | 110101 | 0 | 10100 | 100000011 | 110011 | 111011 |
Color Harmonies of #8360CC
Complementary color
Monochromatic Colors of #8360CC
Black with #8360CC
Text Example
Text Example
White with #8360CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8360CC; }
p { color: rgb(131,96,204); }
H1.HeaderClassName
{
color: #8360CC;
}
.AnyTagClassName
{
color: #8360CC;
}
</style>
background-color css
<style>
a { background-color: #8360CC; }
a { background-color: rgb(131,96,204); }
div.DivClassName
{
background-color: #8360CC;
}
.BgClassName
{
background-color: #8360CC;
}
</style>
border-color css
<style>
span { border-color: #8360CC; }
span { border-color: rgb(131,96,204); }
td.TdClassName
{
border-color: #8360CC;
}
.TagClassName
{
border-color: #8360CC;
}
</style>