#8056A4

Color #8056A4 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #8056A4

Tints of Studio #8056A4

Color information

#8056A4 (or 0x8056A4) is unknown color: approx Studio. HEX triplet: 80, 56 and A4. RGB value is (128,86,164). Sum of RGB (Red+Green+Blue) = 128+86+164=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 164 - color contains mainly: blue. Hex color #8056A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8056A4 is #7FA95B. Grayscale: #6B6B6B. Windows color (decimal): -8366428 or 10770048. OLE color: 10770048.

HSL color Cylindrical-coordinate representation of color #8056A4: hue angle of 272.31º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8056A4 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12886164-
CMYK0.220.4800.36
HSL272.31º31.2%49.02%-
HSV(B)272.31º47.56%64.31%-
XYZ18.9313.9336.81-
YUV107.45159.91142.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 86 (33.98% from 255) = 22.75%
BLUE value IS 164 (64.45% from 255) = 43.39%
R=33.86%
G=22.75%
B=43.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128861640.220.4800.36272.3131.249.02
Hex8056A416300241101f31
Octal20012624426600444203761
Binary1000000010101101010010010110110000010010010001000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8056A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8056A4; }

 p { color: rgb(128,86,164); }

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

<style>
 a { background-color: #8056A4; }

 a { background-color: rgb(128,86,164); }

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

<style>
 span { border-color: #8056A4; }

 span { border-color: rgb(128,86,164); }

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