Shades of True V #8063CF
Tints of True V #8063CF
RGB
CMYK
RGB Variations
Color information
#8063CF (or 0x8063CF) is known color: True V. HEX triplet: 80, 63 and CF. RGB value is (128,99,207). Sum of RGB (Red+Green+Blue) = 128+99+207=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #8063CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063CF is #7F9C30. Grayscale: #777777. Windows color (decimal): -8363057 or 13591424. OLE color: 13591424.
HSL color Cylindrical-coordinate representation of color #8063CF: hue angle of 256.11º 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 #8063CF is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 99 | 207 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.19 |
| HSL | 256.11º | 0.53% | 0.6% | - |
| HSV(B) | 256.11º | 0.52% | 0.81% | - |
| XYZ | 24.63 | 18.02 | 61.21 | - |
| YUV | 119.98 | 177.11 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 207 | 0.38 | 0.52 | 0 | 0.19 | 256.11 | 0.53 | 0.6 |
| Hex | 80 | 63 | CF | 26 | 34 | 0 | 13 | 100 | 35 | 3C |
| Octal | 200 | 143 | 317 | 46 | 64 | 0 | 23 | 400 | 65 | 74 |
| Binary | 10000000 | 1100011 | 11001111 | 100110 | 110100 | 0 | 10011 | 100000000 | 110101 | 111100 |
Color Harmonies of #8063CF
Complementary color
Monochromatic Colors of #8063CF
Black with #8063CF
Text Example
Text Example
White with #8063CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8063CF; }
p { color: rgb(128,99,207); }
H1.HeaderClassName
{
color: #8063CF;
}
.AnyTagClassName
{
color: #8063CF;
}
</style>
background-color css
<style>
a { background-color: #8063CF; }
a { background-color: rgb(128,99,207); }
div.DivClassName
{
background-color: #8063CF;
}
.BgClassName
{
background-color: #8063CF;
}
</style>
border-color css
<style>
span { border-color: #8063CF; }
span { border-color: rgb(128,99,207); }
td.TdClassName
{
border-color: #8063CF;
}
.TagClassName
{
border-color: #8063CF;
}
</style>