#805ABE

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

Shades of True V #805ABE

Tints of True V #805ABE

Color information

#805ABE (or 0x805ABE) is unknown color: approx True V. HEX triplet: 80, 5A and BE. RGB value is (128,90,190). Sum of RGB (Red+Green+Blue) = 128+90+190=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #805ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ABE is #7FA541. Grayscale: #707070. Windows color (decimal): -8365378 or 12475008. OLE color: 12475008.

HSL color Cylindrical-coordinate representation of color #805ABE: hue angle of 262.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #805ABE is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12890190-
CMYK0.330.5300.25
HSL262.8º43.48%54.9%-
HSV(B)262.8º52.63%74.51%-
XYZ21.8515.6250.58-
YUV112.76171.59138.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.37%
GREEN value IS 90 (35.55% from 255) = 22.06%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=31.37%
G=22.06%
B=46.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128901900.330.5300.25262.843.4854.9
Hex805ABE21350191072b37
Octal20013227641650314075367
Binary10000000101101010111110100001110101011001100000111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,90,190); }

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

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

 a { background-color: rgb(128,90,190); }

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

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

 span { border-color: rgb(128,90,190); }

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