Shades of True V #8063CE
Tints of True V #8063CE
RGB
CMYK
RGB Variations
Color information
#8063CE (or 0x8063CE) is known color: True V. HEX triplet: 80, 63 and CE. RGB value is (128,99,206). Sum of RGB (Red+Green+Blue) = 128+99+206=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #8063CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063CE is #7F9C31. Grayscale: #777777. Windows color (decimal): -8363058 or 13525888. OLE color: 13525888.
HSL color Cylindrical-coordinate representation of color #8063CE: hue angle of 256.26º degrees, saturation: 0.52, 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 #8063CE is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 99 | 206 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.19 |
| HSL | 256.26º | 0.52% | 0.6% | - |
| HSV(B) | 256.26º | 0.52% | 0.81% | - |
| XYZ | 24.5 | 17.97 | 60.57 | - |
| YUV | 119.87 | 176.61 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 206 | 0.38 | 0.52 | 0 | 0.19 | 256.26 | 0.52 | 0.6 |
| Hex | 80 | 63 | CE | 26 | 34 | 0 | 13 | 100 | 34 | 3C |
| Octal | 200 | 143 | 316 | 46 | 64 | 0 | 23 | 400 | 64 | 74 |
| Binary | 10000000 | 1100011 | 11001110 | 100110 | 110100 | 0 | 10011 | 100000000 | 110100 | 111100 |
Color Harmonies of #8063CE
Complementary color
Monochromatic Colors of #8063CE
Black with #8063CE
Text Example
Text Example
White with #8063CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8063CE; }
p { color: rgb(128,99,206); }
H1.HeaderClassName
{
color: #8063CE;
}
.AnyTagClassName
{
color: #8063CE;
}
</style>
background-color css
<style>
a { background-color: #8063CE; }
a { background-color: rgb(128,99,206); }
div.DivClassName
{
background-color: #8063CE;
}
.BgClassName
{
background-color: #8063CE;
}
</style>
border-color css
<style>
span { border-color: #8063CE; }
span { border-color: rgb(128,99,206); }
td.TdClassName
{
border-color: #8063CE;
}
.TagClassName
{
border-color: #8063CE;
}
</style>