Shades of True V #8362CA
Tints of True V #8362CA
RGB
CMYK
RGB Variations
Color information
#8362CA (or 0x8362CA) is known color: True V. HEX triplet: 83, 62 and CA. RGB value is (131,98,202). Sum of RGB (Red+Green+Blue) = 131+98+202=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #8362CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8362CA is #7C9D35. Grayscale: #777777. Windows color (decimal): -8166710 or 13263491. OLE color: 13263491.
HSL color Cylindrical-coordinate representation of color #8362CA: hue angle of 259.04º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8362CA is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 98 | 202 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.21 |
| HSL | 259.04º | 0.5% | 0.59% | - |
| HSV(B) | 259.04º | 0.51% | 0.79% | - |
| XYZ | 24.39 | 17.82 | 58.03 | - |
| YUV | 119.72 | 174.43 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 98 | 202 | 0.35 | 0.51 | 0 | 0.21 | 259.04 | 0.5 | 0.59 |
| Hex | 83 | 62 | CA | 23 | 33 | 0 | 15 | 103 | 32 | 3B |
| Octal | 203 | 142 | 312 | 43 | 63 | 0 | 25 | 403 | 62 | 73 |
| Binary | 10000011 | 1100010 | 11001010 | 100011 | 110011 | 0 | 10101 | 100000011 | 110010 | 111011 |
Color Harmonies of #8362CA
Complementary color
Monochromatic Colors of #8362CA
Black with #8362CA
Text Example
Text Example
White with #8362CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8362CA; }
p { color: rgb(131,98,202); }
H1.HeaderClassName
{
color: #8362CA;
}
.AnyTagClassName
{
color: #8362CA;
}
</style>
background-color css
<style>
a { background-color: #8362CA; }
a { background-color: rgb(131,98,202); }
div.DivClassName
{
background-color: #8362CA;
}
.BgClassName
{
background-color: #8362CA;
}
</style>
border-color css
<style>
span { border-color: #8362CA; }
span { border-color: rgb(131,98,202); }
td.TdClassName
{
border-color: #8362CA;
}
.TagClassName
{
border-color: #8362CA;
}
</style>