#84559E

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

Shades of Studio #84559E

Tints of Studio #84559E

Color information

#84559E (or 0x84559E) is unknown color: approx Studio. HEX triplet: 84, 55 and 9E. RGB value is (132,85,158). Sum of RGB (Red+Green+Blue) = 132+85+158=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #84559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84559E is #7BAA61. Grayscale: #6B6B6B. Windows color (decimal): -8104546 or 10376580. OLE color: 10376580.

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

Color convert

RGB13285158-
CMYK0.160.4600.38
HSL278.63º30.04%47.65%-
HSV(B)278.63º46.2%61.96%-
XYZ18.9413.8734.03-
YUV107.38156.57145.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=35.2%
G=22.67%
B=42.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132851580.160.4600.38278.6330.0447.65
Hex84559E102E0261171e30
Octal20412523620560464273660
Binary1000010010101011001111010000101110010011010001011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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