#8039AE

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

Shades of Studio #8039AE

Tints of Studio #8039AE

Color information

#8039AE (or 0x8039AE) is unknown color: approx Studio. HEX triplet: 80, 39 and AE. RGB value is (128,57,174). Sum of RGB (Red+Green+Blue) = 128+57+174=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #8039AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8039AE is #7FC651. Grayscale: #5B5B5B. Windows color (decimal): -8373842 or 11417984. OLE color: 11417984.

HSL color Cylindrical-coordinate representation of color #8039AE: hue angle of 276.41º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8039AE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12857174-
CMYK0.260.6700.32
HSL276.41º50.65%45.29%-
HSV(B)276.41º67.24%68.24%-
XYZ18.0110.5741.14-
YUV91.57174.52153.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 57 (22.66% from 255) = 15.88%
BLUE value IS 174 (68.36% from 255) = 48.47%
R=35.65%
G=15.88%
B=48.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128571740.260.6700.32276.4150.6545.29
Hex8039AE1A43020114332d
Octal20071256321030404246355
Binary10000000111001101011101101010000110100000100010100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8039AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8039AE; }

 p { color: rgb(128,57,174); }

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

<style>
 a { background-color: #8039AE; }

 a { background-color: rgb(128,57,174); }

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

<style>
 span { border-color: #8039AE; }

 span { border-color: rgb(128,57,174); }

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