#80489D

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

Shades of Studio #80489D

Tints of Studio #80489D

Color information

#80489D (or 0x80489D) is unknown color: approx Studio. HEX triplet: 80, 48 and 9D. RGB value is (128,72,157). Sum of RGB (Red+Green+Blue) = 128+72+157=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #80489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80489D is #7FB762. Grayscale: #626262. Windows color (decimal): -8370019 or 10307712. OLE color: 10307712.

HSL color Cylindrical-coordinate representation of color #80489D: hue angle of 279.53º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80489D is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12872157-
CMYK0.180.5400.38
HSL279.53º37.12%44.9%-
HSV(B)279.53º54.14%61.57%-
XYZ17.3111.6633.24-
YUV98.43161.05149.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 157 (61.72% from 255) = 43.98%
R=35.85%
G=20.17%
B=43.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128721570.180.5400.38279.5337.1244.9
Hex80489D1236026118252d
Octal20011023522660464304555
Binary10000000100100010011101100101101100100110100011000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80489D; }

 p { color: rgb(128,72,157); }

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

<style>
 a { background-color: #80489D; }

 a { background-color: rgb(128,72,157); }

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

<style>
 span { border-color: #80489D; }

 span { border-color: rgb(128,72,157); }

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