#84519C

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

Shades of Studio #84519C

Tints of Studio #84519C

Color information

#84519C (or 0x84519C) is unknown color: approx Studio. HEX triplet: 84, 51 and 9C. RGB value is (132,81,156). Sum of RGB (Red+Green+Blue) = 132+81+156=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #84519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84519C is #7BAE63. Grayscale: #686868. Windows color (decimal): -8105572 or 10244484. OLE color: 10244484.

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

Color convert

RGB13281156-
CMYK0.150.4800.39
HSL280.8º31.65%46.47%-
HSV(B)280.8º48.08%61.18%-
XYZ18.4613.1933.03-
YUV104.8156.9147.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=35.77%
G=21.95%
B=42.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132811560.150.4800.39280.831.6546.47
Hex84519CF30027119202e
Octal20412123417600474314056
Binary1000010010100011001110011111100000100111100011001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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