Shades of True V #8066D3
Tints of True V #8066D3
RGB
CMYK
RGB Variations
Color information
#8066D3 (or 0x8066D3) is known color: True V. HEX triplet: 80, 66 and D3. RGB value is (128,102,211). Sum of RGB (Red+Green+Blue) = 128+102+211=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 211 (82.81% from 255 or 47.85% from 441); Max value from RGB is 211 - color contains mainly: blue. Hex color #8066D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8066D3 is #7F992C. Grayscale: #797979. Windows color (decimal): -8362285 or 13854336. OLE color: 13854336.
HSL color Cylindrical-coordinate representation of color #8066D3: hue angle of 254.31º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8066D3 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 102 | 211 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.17 |
| HSL | 254.31º | 0.55% | 0.61% | - |
| HSV(B) | 254.31º | 0.52% | 0.83% | - |
| XYZ | 25.41 | 18.8 | 63.92 | - |
| YUV | 122.2 | 178.11 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 211 | 0.39 | 0.52 | 0 | 0.17 | 254.31 | 0.55 | 0.61 |
| Hex | 80 | 66 | D3 | 27 | 34 | 0 | 11 | FE | 37 | 3D |
| Octal | 200 | 146 | 323 | 47 | 64 | 0 | 21 | 376 | 67 | 75 |
| Binary | 10000000 | 1100110 | 11010011 | 100111 | 110100 | 0 | 10001 | 11111110 | 110111 | 111101 |
Color Harmonies of #8066D3
Complementary color
Monochromatic Colors of #8066D3
Black with #8066D3
Text Example
Text Example
White with #8066D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8066D3; }
p { color: rgb(128,102,211); }
H1.HeaderClassName
{
color: #8066D3;
}
.AnyTagClassName
{
color: #8066D3;
}
</style>
background-color css
<style>
a { background-color: #8066D3; }
a { background-color: rgb(128,102,211); }
div.DivClassName
{
background-color: #8066D3;
}
.BgClassName
{
background-color: #8066D3;
}
</style>
border-color css
<style>
span { border-color: #8066D3; }
span { border-color: rgb(128,102,211); }
td.TdClassName
{
border-color: #8066D3;
}
.TagClassName
{
border-color: #8066D3;
}
</style>