#84569F

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

Shades of Studio #84569F

Tints of Studio #84569F

Color information

#84569F (or 0x84569F) is unknown color: approx Studio. HEX triplet: 84, 56 and 9F. RGB value is (132,86,159). Sum of RGB (Red+Green+Blue) = 132+86+159=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #84569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84569F is #7BA960. Grayscale: #6B6B6B. Windows color (decimal): -8104289 or 10442372. OLE color: 10442372.

HSL color Cylindrical-coordinate representation of color #84569F: hue angle of 277.81º 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 #84569F is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13286159-
CMYK0.170.4600.38
HSL277.81º29.8%48.04%-
HSV(B)277.81º45.91%62.35%-
XYZ19.114.0634.51-
YUV108.08156.74145.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=35.01%
G=22.81%
B=42.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132861590.170.4600.38277.8129.848.04
Hex84569F112E0261161e30
Octal20412623721560464263660
Binary1000010010101101001111110001101110010011010001011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84569F; }

 p { color: rgb(132,86,159); }

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

<style>
 a { background-color: #84569F; }

 a { background-color: rgb(132,86,159); }

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

<style>
 span { border-color: #84569F; }

 span { border-color: rgb(132,86,159); }

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