Shades of True V #8463CF
Tints of True V #8463CF
RGB
CMYK
RGB Variations
Color information
#8463CF (or 0x8463CF) is known color: True V. HEX triplet: 84, 63 and CF. RGB value is (132,99,207). Sum of RGB (Red+Green+Blue) = 132+99+207=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 99 (39.06% from 255 or 22.60% 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 #8463CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8463CF is #7B9C30. Grayscale: #787878. Windows color (decimal): -8100913 or 13591428. OLE color: 13591428.
HSL color Cylindrical-coordinate representation of color #8463CF: hue angle of 258.33º 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 #8463CF is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 99 | 207 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.19 |
| HSL | 258.33º | 0.53% | 0.6% | - |
| HSV(B) | 258.33º | 0.52% | 0.81% | - |
| XYZ | 25.24 | 18.33 | 61.24 | - |
| YUV | 121.18 | 176.43 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 99 | 207 | 0.36 | 0.52 | 0 | 0.19 | 258.33 | 0.53 | 0.6 |
| Hex | 84 | 63 | CF | 24 | 34 | 0 | 13 | 102 | 35 | 3C |
| Octal | 204 | 143 | 317 | 44 | 64 | 0 | 23 | 402 | 65 | 74 |
| Binary | 10000100 | 1100011 | 11001111 | 100100 | 110100 | 0 | 10011 | 100000010 | 110101 | 111100 |
Color Harmonies of #8463CF
Complementary color
Monochromatic Colors of #8463CF
Black with #8463CF
Text Example
Text Example
White with #8463CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8463CF; }
p { color: rgb(132,99,207); }
H1.HeaderClassName
{
color: #8463CF;
}
.AnyTagClassName
{
color: #8463CF;
}
</style>
background-color css
<style>
a { background-color: #8463CF; }
a { background-color: rgb(132,99,207); }
div.DivClassName
{
background-color: #8463CF;
}
.BgClassName
{
background-color: #8463CF;
}
</style>
border-color css
<style>
span { border-color: #8463CF; }
span { border-color: rgb(132,99,207); }
td.TdClassName
{
border-color: #8463CF;
}
.TagClassName
{
border-color: #8463CF;
}
</style>