Shades of True V #805DCA
Tints of True V #805DCA
RGB
CMYK
RGB Variations
Color information
#805DCA (or 0x805DCA) is known color: True V. HEX triplet: 80, 5D and CA. RGB value is (128,93,202). Sum of RGB (Red+Green+Blue) = 128+93+202=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #805DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DCA is #7FA235. Grayscale: #737373. Windows color (decimal): -8364598 or 13262208. OLE color: 13262208.
HSL color Cylindrical-coordinate representation of color #805DCA: hue angle of 259.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #805DCA is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 93 | 202 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.21 |
| HSL | 259.27º | 0.51% | 0.58% | - |
| HSV(B) | 259.27º | 0.54% | 0.79% | - |
| XYZ | 23.48 | 16.68 | 57.86 | - |
| YUV | 115.89 | 176.6 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 202 | 0.37 | 0.54 | 0 | 0.21 | 259.27 | 0.51 | 0.58 |
| Hex | 80 | 5D | CA | 25 | 36 | 0 | 15 | 103 | 33 | 3A |
| Octal | 200 | 135 | 312 | 45 | 66 | 0 | 25 | 403 | 63 | 72 |
| Binary | 10000000 | 1011101 | 11001010 | 100101 | 110110 | 0 | 10101 | 100000011 | 110011 | 111010 |
Color Harmonies of #805DCA
Complementary color
Monochromatic Colors of #805DCA
Black with #805DCA
Text Example
Text Example
White with #805DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DCA; }
p { color: rgb(128,93,202); }
H1.HeaderClassName
{
color: #805DCA;
}
.AnyTagClassName
{
color: #805DCA;
}
</style>
background-color css
<style>
a { background-color: #805DCA; }
a { background-color: rgb(128,93,202); }
div.DivClassName
{
background-color: #805DCA;
}
.BgClassName
{
background-color: #805DCA;
}
</style>
border-color css
<style>
span { border-color: #805DCA; }
span { border-color: rgb(128,93,202); }
td.TdClassName
{
border-color: #805DCA;
}
.TagClassName
{
border-color: #805DCA;
}
</style>