Shades of True V #8362CB
Tints of True V #8362CB
RGB
CMYK
RGB Variations
Color information
#8362CB (or 0x8362CB) is known color: True V. HEX triplet: 83, 62 and CB. RGB value is (131,98,203). Sum of RGB (Red+Green+Blue) = 131+98+203=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #8362CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8362CB is #7C9D34. Grayscale: #777777. Windows color (decimal): -8166709 or 13329027. OLE color: 13329027.
HSL color Cylindrical-coordinate representation of color #8362CB: hue angle of 258.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8362CB is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 98 | 203 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.20 |
| HSL | 258.86º | 0.5% | 0.59% | - |
| HSV(B) | 258.86º | 0.52% | 0.8% | - |
| XYZ | 24.51 | 17.87 | 58.66 | - |
| YUV | 119.84 | 174.93 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 98 | 203 | 0.35 | 0.52 | 0 | 0.20 | 258.86 | 0.5 | 0.59 |
| Hex | 83 | 62 | CB | 23 | 34 | 0 | 14 | 103 | 32 | 3B |
| Octal | 203 | 142 | 313 | 43 | 64 | 0 | 24 | 403 | 62 | 73 |
| Binary | 10000011 | 1100010 | 11001011 | 100011 | 110100 | 0 | 10100 | 100000011 | 110010 | 111011 |
Color Harmonies of #8362CB
Complementary color
Monochromatic Colors of #8362CB
Black with #8362CB
Text Example
Text Example
White with #8362CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8362CB; }
p { color: rgb(131,98,203); }
H1.HeaderClassName
{
color: #8362CB;
}
.AnyTagClassName
{
color: #8362CB;
}
</style>
background-color css
<style>
a { background-color: #8362CB; }
a { background-color: rgb(131,98,203); }
div.DivClassName
{
background-color: #8362CB;
}
.BgClassName
{
background-color: #8362CB;
}
</style>
border-color css
<style>
span { border-color: #8362CB; }
span { border-color: rgb(131,98,203); }
td.TdClassName
{
border-color: #8362CB;
}
.TagClassName
{
border-color: #8362CB;
}
</style>