#806ABC

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

Shades of True V #806ABC

Tints of True V #806ABC

Color information

#806ABC (or 0x806ABC) is unknown color: approx True V. HEX triplet: 80, 6A and BC. RGB value is (128,106,188). Sum of RGB (Red+Green+Blue) = 128+106+188=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #806ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ABC is #7F9543. Grayscale: #797979. Windows color (decimal): -8361284 or 12348032. OLE color: 12348032.

HSL color Cylindrical-coordinate representation of color #806ABC: hue angle of 256.1º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #806ABC is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128106188-
CMYK0.320.4400.26
HSL256.1º37.96%57.65%-
HSV(B)256.1º43.62%73.73%-
XYZ23.1318.5349.93-
YUV121.93165.29132.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.33%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 188 (73.83% from 255) = 44.55%
R=30.33%
G=25.12%
B=44.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281061880.320.4400.26256.137.9657.65
Hex806ABC202C01A100263a
Octal20015227440540324004672
Binary10000000110101010111100100000101100011010100000000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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