Shades of True V #8364CF
Tints of True V #8364CF
RGB
CMYK
RGB Variations
Color information
#8364CF (or 0x8364CF) is known color: True V. HEX triplet: 83, 64 and CF. RGB value is (131,100,207). Sum of RGB (Red+Green+Blue) = 131+100+207=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #8364CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8364CF is #7C9B30. Grayscale: #797979. Windows color (decimal): -8166193 or 13591683. OLE color: 13591683.
HSL color Cylindrical-coordinate representation of color #8364CF: hue angle of 257.38º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8364CF is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 100 | 207 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.19 |
| HSL | 257.38º | 0.53% | 0.6% | - |
| HSV(B) | 257.38º | 0.52% | 0.81% | - |
| XYZ | 25.18 | 18.44 | 61.26 | - |
| YUV | 121.47 | 176.27 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 100 | 207 | 0.37 | 0.52 | 0 | 0.19 | 257.38 | 0.53 | 0.6 |
| Hex | 83 | 64 | CF | 25 | 34 | 0 | 13 | 101 | 35 | 3C |
| Octal | 203 | 144 | 317 | 45 | 64 | 0 | 23 | 401 | 65 | 74 |
| Binary | 10000011 | 1100100 | 11001111 | 100101 | 110100 | 0 | 10011 | 100000001 | 110101 | 111100 |
Color Harmonies of #8364CF
Complementary color
Monochromatic Colors of #8364CF
Black with #8364CF
Text Example
Text Example
White with #8364CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8364CF; }
p { color: rgb(131,100,207); }
H1.HeaderClassName
{
color: #8364CF;
}
.AnyTagClassName
{
color: #8364CF;
}
</style>
background-color css
<style>
a { background-color: #8364CF; }
a { background-color: rgb(131,100,207); }
div.DivClassName
{
background-color: #8364CF;
}
.BgClassName
{
background-color: #8364CF;
}
</style>
border-color css
<style>
span { border-color: #8364CF; }
span { border-color: rgb(131,100,207); }
td.TdClassName
{
border-color: #8364CF;
}
.TagClassName
{
border-color: #8364CF;
}
</style>