Shades of True V #805FCE
Tints of True V #805FCE
RGB
CMYK
RGB Variations
Color information
#805FCE (or 0x805FCE) is known color: True V. HEX triplet: 80, 5F and CE. RGB value is (128,95,206). Sum of RGB (Red+Green+Blue) = 128+95+206=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #805FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FCE is #7FA031. Grayscale: #757575. Windows color (decimal): -8364082 or 13524864. OLE color: 13524864.
HSL color Cylindrical-coordinate representation of color #805FCE: hue angle of 257.84º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #805FCE is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 95 | 206 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.19 |
| HSL | 257.84º | 0.53% | 0.59% | - |
| HSV(B) | 257.84º | 0.54% | 0.81% | - |
| XYZ | 24.13 | 17.23 | 60.45 | - |
| YUV | 117.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 206 | 0.38 | 0.54 | 0 | 0.19 | 257.84 | 0.53 | 0.59 |
| Hex | 80 | 5F | CE | 26 | 36 | 0 | 13 | 102 | 35 | 3B |
| Octal | 200 | 137 | 316 | 46 | 66 | 0 | 23 | 402 | 65 | 73 |
| Binary | 10000000 | 1011111 | 11001110 | 100110 | 110110 | 0 | 10011 | 100000010 | 110101 | 111011 |
Color Harmonies of #805FCE
Complementary color
Monochromatic Colors of #805FCE
Black with #805FCE
Text Example
Text Example
White with #805FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FCE; }
p { color: rgb(128,95,206); }
H1.HeaderClassName
{
color: #805FCE;
}
.AnyTagClassName
{
color: #805FCE;
}
</style>
background-color css
<style>
a { background-color: #805FCE; }
a { background-color: rgb(128,95,206); }
div.DivClassName
{
background-color: #805FCE;
}
.BgClassName
{
background-color: #805FCE;
}
</style>
border-color css
<style>
span { border-color: #805FCE; }
span { border-color: rgb(128,95,206); }
td.TdClassName
{
border-color: #805FCE;
}
.TagClassName
{
border-color: #805FCE;
}
</style>