#805DBA

Color #805DBA True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #805DBA

Tints of True V #805DBA

Color information

#805DBA (or 0x805DBA) is unknown color: approx True V. HEX triplet: 80, 5D and BA. RGB value is (128,93,186). Sum of RGB (Red+Green+Blue) = 128+93+186=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #805DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DBA is #7FA245. Grayscale: #717171. Windows color (decimal): -8364614 or 12213632. OLE color: 12213632.

HSL color Cylindrical-coordinate representation of color #805DBA: hue angle of 262.58º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #805DBA is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12893186-
CMYK0.310.500.27
HSL262.58º40.26%54.71%-
HSV(B)262.58º50%72.94%-
XYZ21.6815.9648.39-
YUV114.07168.6137.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 93 (36.72% from 255) = 22.85%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=31.45%
G=22.85%
B=45.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128931860.310.500.27262.5840.2654.71
Hex805DBA1F3201B1072837
Octal20013527237620334075067
Binary1000000010111011011101011111110010011011100000111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805DBA; }

 p { color: rgb(128,93,186); }

 H1.HeaderClassName
 {
   color: #805DBA;
 }
 .AnyTagClassName
 {
   color: #805DBA;
 }
</style>
background-color css

<style>
 a { background-color: #805DBA; }

 a { background-color: rgb(128,93,186); }

 div.DivClassName
 {
   background-color: #805DBA;
 }
 .BgClassName
 {
   background-color: #805DBA;
 }
</style>
border-color css

<style>
 span { border-color: #805DBA; }

 span { border-color: rgb(128,93,186); }

 td.TdClassName
 {
   border-color: #805DBA;
 }
 .TagClassName
 {
   border-color: #805DBA;
 }
</style>