Shades of True V #8361CB
Tints of True V #8361CB
RGB
CMYK
RGB Variations
Color information
#8361CB (or 0x8361CB) is known color: True V. HEX triplet: 83, 61 and CB. RGB value is (131,97,203). Sum of RGB (Red+Green+Blue) = 131+97+203=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #8361CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8361CB is #7C9E34. Grayscale: #767676. Windows color (decimal): -8166965 or 13328771. OLE color: 13328771.
HSL color Cylindrical-coordinate representation of color #8361CB: hue angle of 259.25º 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 #8361CB is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 97 | 203 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.20 |
| HSL | 259.25º | 0.5% | 0.59% | - |
| HSV(B) | 259.25º | 0.52% | 0.8% | - |
| XYZ | 24.41 | 17.69 | 58.63 | - |
| YUV | 119.25 | 175.26 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 97 | 203 | 0.35 | 0.52 | 0 | 0.20 | 259.25 | 0.5 | 0.59 |
| Hex | 83 | 61 | CB | 23 | 34 | 0 | 14 | 103 | 32 | 3B |
| Octal | 203 | 141 | 313 | 43 | 64 | 0 | 24 | 403 | 62 | 73 |
| Binary | 10000011 | 1100001 | 11001011 | 100011 | 110100 | 0 | 10100 | 100000011 | 110010 | 111011 |
Color Harmonies of #8361CB
Complementary color
Monochromatic Colors of #8361CB
Black with #8361CB
Text Example
Text Example
White with #8361CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8361CB; }
p { color: rgb(131,97,203); }
H1.HeaderClassName
{
color: #8361CB;
}
.AnyTagClassName
{
color: #8361CB;
}
</style>
background-color css
<style>
a { background-color: #8361CB; }
a { background-color: rgb(131,97,203); }
div.DivClassName
{
background-color: #8361CB;
}
.BgClassName
{
background-color: #8361CB;
}
</style>
border-color css
<style>
span { border-color: #8361CB; }
span { border-color: rgb(131,97,203); }
td.TdClassName
{
border-color: #8361CB;
}
.TagClassName
{
border-color: #8361CB;
}
</style>