Shades of True V #805DCE
Tints of True V #805DCE
RGB
CMYK
RGB Variations
Color information
#805DCE (or 0x805DCE) is known color: True V. HEX triplet: 80, 5D and CE. RGB value is (128,93,206). Sum of RGB (Red+Green+Blue) = 128+93+206=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #805DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DCE is #7FA231. Grayscale: #737373. Windows color (decimal): -8364594 or 13524352. OLE color: 13524352.
HSL color Cylindrical-coordinate representation of color #805DCE: hue angle of 258.58º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #805DCE is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 93 | 206 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.19 |
| HSL | 258.58º | 0.54% | 0.59% | - |
| HSV(B) | 258.58º | 0.55% | 0.81% | - |
| XYZ | 23.96 | 16.87 | 60.39 | - |
| YUV | 116.35 | 178.6 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 206 | 0.38 | 0.55 | 0 | 0.19 | 258.58 | 0.54 | 0.59 |
| Hex | 80 | 5D | CE | 26 | 37 | 0 | 13 | 103 | 36 | 3B |
| Octal | 200 | 135 | 316 | 46 | 67 | 0 | 23 | 403 | 66 | 73 |
| Binary | 10000000 | 1011101 | 11001110 | 100110 | 110111 | 0 | 10011 | 100000011 | 110110 | 111011 |
Color Harmonies of #805DCE
Complementary color
Monochromatic Colors of #805DCE
Black with #805DCE
Text Example
Text Example
White with #805DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DCE; }
p { color: rgb(128,93,206); }
H1.HeaderClassName
{
color: #805DCE;
}
.AnyTagClassName
{
color: #805DCE;
}
</style>
background-color css
<style>
a { background-color: #805DCE; }
a { background-color: rgb(128,93,206); }
div.DivClassName
{
background-color: #805DCE;
}
.BgClassName
{
background-color: #805DCE;
}
</style>
border-color css
<style>
span { border-color: #805DCE; }
span { border-color: rgb(128,93,206); }
td.TdClassName
{
border-color: #805DCE;
}
.TagClassName
{
border-color: #805DCE;
}
</style>