#806ABE

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

Shades of True V #806ABE

Tints of True V #806ABE

Color information

#806ABE (or 0x806ABE) is unknown color: approx True V. HEX triplet: 80, 6A and BE. RGB value is (128,106,190). Sum of RGB (Red+Green+Blue) = 128+106+190=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #806ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ABE is #7F9541. Grayscale: #797979. Windows color (decimal): -8361282 or 12479104. OLE color: 12479104.

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

Color convert

RGB128106190-
CMYK0.330.4400.25
HSL255.71º39.25%58.04%-
HSV(B)255.71º44.21%74.51%-
XYZ23.3518.6151.08-
YUV122.15166.29132.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.19%
GREEN value IS 106 (41.80% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=30.19%
G=25%
B=44.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281061900.330.4400.25255.7139.2558.04
Hex806ABE212C019100273a
Octal20015227641540314004772
Binary10000000110101010111110100001101100011001100000000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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