Shades of True V #8363CF
Tints of True V #8363CF
RGB
CMYK
RGB Variations
Color information
#8363CF (or 0x8363CF) is known color: True V. HEX triplet: 83, 63 and CF. RGB value is (131,99,207). Sum of RGB (Red+Green+Blue) = 131+99+207=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #8363CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8363CF is #7C9C30. Grayscale: #787878. Windows color (decimal): -8166449 or 13591427. OLE color: 13591427.
HSL color Cylindrical-coordinate representation of color #8363CF: hue angle of 257.78º 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 #8363CF is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 99 | 207 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.19 |
| HSL | 257.78º | 0.53% | 0.6% | - |
| HSV(B) | 257.78º | 0.52% | 0.81% | - |
| XYZ | 25.08 | 18.25 | 61.23 | - |
| YUV | 120.88 | 176.6 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 99 | 207 | 0.37 | 0.52 | 0 | 0.19 | 257.78 | 0.53 | 0.6 |
| Hex | 83 | 63 | CF | 25 | 34 | 0 | 13 | 102 | 35 | 3C |
| Octal | 203 | 143 | 317 | 45 | 64 | 0 | 23 | 402 | 65 | 74 |
| Binary | 10000011 | 1100011 | 11001111 | 100101 | 110100 | 0 | 10011 | 100000010 | 110101 | 111100 |
Color Harmonies of #8363CF
Complementary color
Monochromatic Colors of #8363CF
Black with #8363CF
Text Example
Text Example
White with #8363CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8363CF; }
p { color: rgb(131,99,207); }
H1.HeaderClassName
{
color: #8363CF;
}
.AnyTagClassName
{
color: #8363CF;
}
</style>
background-color css
<style>
a { background-color: #8363CF; }
a { background-color: rgb(131,99,207); }
div.DivClassName
{
background-color: #8363CF;
}
.BgClassName
{
background-color: #8363CF;
}
</style>
border-color css
<style>
span { border-color: #8363CF; }
span { border-color: rgb(131,99,207); }
td.TdClassName
{
border-color: #8363CF;
}
.TagClassName
{
border-color: #8363CF;
}
</style>