#8064BA

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

Shades of True V #8064BA

Tints of True V #8064BA

Color information

#8064BA (or 0x8064BA) is unknown color: approx True V. HEX triplet: 80, 64 and BA. RGB value is (128,100,186). Sum of RGB (Red+Green+Blue) = 128+100+186=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #8064BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8064BA is #7F9B45. Grayscale: #757575. Windows color (decimal): -8362822 or 12215424. OLE color: 12215424.

HSL color Cylindrical-coordinate representation of color #8064BA: hue angle of 259.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8064BA is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128100186-
CMYK0.310.4600.27
HSL259.53º38.39%56.08%-
HSV(B)259.53º46.24%72.94%-
XYZ22.3217.2548.61-
YUV118.18166.28135.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.92%
GREEN value IS 100 (39.45% from 255) = 24.15%
BLUE value IS 186 (73.05% from 255) = 44.93%
R=30.92%
G=24.15%
B=44.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281001860.310.4600.27259.5338.3956.08
Hex8064BA1F2E01B1042638
Octal20014427237560334044670
Binary1000000011001001011101011111101110011011100000100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8064BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8064BA; }

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

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

<style>
 a { background-color: #8064BA; }

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

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

<style>
 span { border-color: #8064BA; }

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

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