Shades of True V #8362BC
Tints of True V #8362BC
RGB
CMYK
RGB Variations
Color information
#8362BC (or 0x8362BC) is known color: True V. HEX triplet: 83, 62 and BC. RGB value is (131,98,188). Sum of RGB (Red+Green+Blue) = 131+98+188=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #8362BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8362BC is #7C9D43. Grayscale: #757575. Windows color (decimal): -8166724 or 12345987. OLE color: 12345987.
HSL color Cylindrical-coordinate representation of color #8362BC: hue angle of 262º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8362BC is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 98 | 188 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.26 |
| HSL | 262º | 0.4% | 0.56% | - |
| HSV(B) | 262º | 0.48% | 0.74% | - |
| XYZ | 22.8 | 17.19 | 49.69 | - |
| YUV | 118.13 | 167.43 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 98 | 188 | 0.30 | 0.48 | 0 | 0.26 | 262 | 0.4 | 0.56 |
| Hex | 83 | 62 | BC | 1E | 30 | 0 | 1A | 106 | 28 | 38 |
| Octal | 203 | 142 | 274 | 36 | 60 | 0 | 32 | 406 | 50 | 70 |
| Binary | 10000011 | 1100010 | 10111100 | 11110 | 110000 | 0 | 11010 | 100000110 | 101000 | 111000 |
Color Harmonies of #8362BC
Complementary color
Monochromatic Colors of #8362BC
Black with #8362BC
Text Example
Text Example
White with #8362BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8362BC; }
p { color: rgb(131,98,188); }
H1.HeaderClassName
{
color: #8362BC;
}
.AnyTagClassName
{
color: #8362BC;
}
</style>
background-color css
<style>
a { background-color: #8362BC; }
a { background-color: rgb(131,98,188); }
div.DivClassName
{
background-color: #8362BC;
}
.BgClassName
{
background-color: #8362BC;
}
</style>
border-color css
<style>
span { border-color: #8362BC; }
span { border-color: rgb(131,98,188); }
td.TdClassName
{
border-color: #8362BC;
}
.TagClassName
{
border-color: #8362BC;
}
</style>