#84549C

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

Shades of Studio #84549C

Tints of Studio #84549C

Color information

#84549C (or 0x84549C) is unknown color: approx Studio. HEX triplet: 84, 54 and 9C. RGB value is (132,84,156). Sum of RGB (Red+Green+Blue) = 132+84+156=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #84549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84549C is #7BAB63. Grayscale: #6A6A6A. Windows color (decimal): -8104804 or 10245252. OLE color: 10245252.

HSL color Cylindrical-coordinate representation of color #84549C: hue angle of 280º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84549C is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13284156-
CMYK0.150.4600.39
HSL280º30%47.06%-
HSV(B)280º46.15%61.18%-
XYZ18.6913.6533.1-
YUV106.56155.9146.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=35.48%
G=22.58%
B=41.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132841560.150.4600.392803047.06
Hex84549CF2E0271181e2f
Octal20412423417560474303657
Binary100001001010100100111001111101110010011110001100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84549C; }

 p { color: rgb(132,84,156); }

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

<style>
 a { background-color: #84549C; }

 a { background-color: rgb(132,84,156); }

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

<style>
 span { border-color: #84549C; }

 span { border-color: rgb(132,84,156); }

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