Shades of True V #8063C9
Tints of True V #8063C9
RGB
CMYK
RGB Variations
Color information
#8063C9 (or 0x8063C9) is known color: True V. HEX triplet: 80, 63 and C9. RGB value is (128,99,201). Sum of RGB (Red+Green+Blue) = 128+99+201=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #8063C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8063C9 is #7F9C36. Grayscale: #767676. Windows color (decimal): -8363063 or 13198208. OLE color: 13198208.
HSL color Cylindrical-coordinate representation of color #8063C9: hue angle of 257.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8063C9 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 99 | 201 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.21 |
| HSL | 257.06º | 0.49% | 0.59% | - |
| HSV(B) | 257.06º | 0.51% | 0.79% | - |
| XYZ | 23.91 | 17.73 | 57.42 | - |
| YUV | 119.3 | 174.11 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 201 | 0.36 | 0.51 | 0 | 0.21 | 257.06 | 0.49 | 0.59 |
| Hex | 80 | 63 | C9 | 24 | 33 | 0 | 15 | 101 | 31 | 3B |
| Octal | 200 | 143 | 311 | 44 | 63 | 0 | 25 | 401 | 61 | 73 |
| Binary | 10000000 | 1100011 | 11001001 | 100100 | 110011 | 0 | 10101 | 100000001 | 110001 | 111011 |
Color Harmonies of #8063C9
Complementary color
Monochromatic Colors of #8063C9
Black with #8063C9
Text Example
Text Example
White with #8063C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8063C9; }
p { color: rgb(128,99,201); }
H1.HeaderClassName
{
color: #8063C9;
}
.AnyTagClassName
{
color: #8063C9;
}
</style>
background-color css
<style>
a { background-color: #8063C9; }
a { background-color: rgb(128,99,201); }
div.DivClassName
{
background-color: #8063C9;
}
.BgClassName
{
background-color: #8063C9;
}
</style>
border-color css
<style>
span { border-color: #8063C9; }
span { border-color: rgb(128,99,201); }
td.TdClassName
{
border-color: #8063C9;
}
.TagClassName
{
border-color: #8063C9;
}
</style>