#84569C

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

Shades of Studio #84569C

Tints of Studio #84569C

Color information

#84569C (or 0x84569C) is unknown color: approx Studio. HEX triplet: 84, 56 and 9C. RGB value is (132,86,156). Sum of RGB (Red+Green+Blue) = 132+86+156=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #84569C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84569C is #7BA963. Grayscale: #6B6B6B. Windows color (decimal): -8104292 or 10245764. OLE color: 10245764.

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

Color convert

RGB13286156-
CMYK0.150.4500.39
HSL279.43º28.93%47.45%-
HSV(B)279.43º44.87%61.18%-
XYZ18.8413.9633.15-
YUV107.73155.24145.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.29%
GREEN value IS 86 (33.98% from 255) = 22.99%
BLUE value IS 156 (61.33% from 255) = 41.71%
R=35.29%
G=22.99%
B=41.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132861560.150.4500.39279.4328.9347.45
Hex84569CF2D0271171d2f
Octal20412623417550474273557
Binary100001001010110100111001111101101010011110001011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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