Shades of True V #8361CF
Tints of True V #8361CF
RGB
CMYK
RGB Variations
Color information
#8361CF (or 0x8361CF) is known color: True V. HEX triplet: 83, 61 and CF. RGB value is (131,97,207). Sum of RGB (Red+Green+Blue) = 131+97+207=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #8361CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8361CF is #7C9E30. Grayscale: #777777. Windows color (decimal): -8166961 or 13590915. OLE color: 13590915.
HSL color Cylindrical-coordinate representation of color #8361CF: hue angle of 258.55º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8361CF is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 97 | 207 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.19 |
| HSL | 258.55º | 0.53% | 0.6% | - |
| HSV(B) | 258.55º | 0.53% | 0.81% | - |
| XYZ | 24.9 | 17.88 | 61.17 | - |
| YUV | 119.71 | 177.26 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 97 | 207 | 0.37 | 0.53 | 0 | 0.19 | 258.55 | 0.53 | 0.6 |
| Hex | 83 | 61 | CF | 25 | 35 | 0 | 13 | 103 | 35 | 3C |
| Octal | 203 | 141 | 317 | 45 | 65 | 0 | 23 | 403 | 65 | 74 |
| Binary | 10000011 | 1100001 | 11001111 | 100101 | 110101 | 0 | 10011 | 100000011 | 110101 | 111100 |
Color Harmonies of #8361CF
Complementary color
Monochromatic Colors of #8361CF
Black with #8361CF
Text Example
Text Example
White with #8361CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8361CF; }
p { color: rgb(131,97,207); }
H1.HeaderClassName
{
color: #8361CF;
}
.AnyTagClassName
{
color: #8361CF;
}
</style>
background-color css
<style>
a { background-color: #8361CF; }
a { background-color: rgb(131,97,207); }
div.DivClassName
{
background-color: #8361CF;
}
.BgClassName
{
background-color: #8361CF;
}
</style>
border-color css
<style>
span { border-color: #8361CF; }
span { border-color: rgb(131,97,207); }
td.TdClassName
{
border-color: #8361CF;
}
.TagClassName
{
border-color: #8361CF;
}
</style>