#84539E

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

Shades of Studio #84539E

Tints of Studio #84539E

Color information

#84539E (or 0x84539E) is unknown color: approx Studio. HEX triplet: 84, 53 and 9E. RGB value is (132,83,158). Sum of RGB (Red+Green+Blue) = 132+83+158=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #84539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84539E is #7BAC61. Grayscale: #696969. Windows color (decimal): -8105058 or 10376068. OLE color: 10376068.

HSL color Cylindrical-coordinate representation of color #84539E: hue angle of 279.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84539E is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13283158-
CMYK0.160.4700.38
HSL279.2º31.12%47.25%-
HSV(B)279.2º47.47%61.96%-
XYZ18.7813.5633.98-
YUV106.2157.23146.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=35.39%
G=22.25%
B=42.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132831580.160.4700.38279.231.1247.25
Hex84539E102F0261171f2f
Octal20412323620570464273757
Binary1000010010100111001111010000101111010011010001011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84539E; }

 p { color: rgb(132,83,158); }

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

<style>
 a { background-color: #84539E; }

 a { background-color: rgb(132,83,158); }

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

<style>
 span { border-color: #84539E; }

 span { border-color: rgb(132,83,158); }

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