#84509C

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

Shades of Studio #84509C

Tints of Studio #84509C

Color information

#84509C (or 0x84509C) is unknown color: approx Studio. HEX triplet: 84, 50 and 9C. RGB value is (132,80,156). Sum of RGB (Red+Green+Blue) = 132+80+156=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #84509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84509C is #7BAF63. Grayscale: #676767. Windows color (decimal): -8105828 or 10244228. OLE color: 10244228.

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

Color convert

RGB13280156-
CMYK0.150.4900.39
HSL281.05º32.2%46.27%-
HSV(B)281.05º48.72%61.18%-
XYZ18.3913.0433-
YUV104.21157.23147.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=35.87%
G=21.74%
B=42.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132801560.150.4900.39281.0532.246.27
Hex84509CF31027119202e
Octal20412023417610474314056
Binary1000010010100001001110011111100010100111100011001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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