#84509D

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

Shades of Studio #84509D

Tints of Studio #84509D

Color information

#84509D (or 0x84509D) is unknown color: approx Studio. HEX triplet: 84, 50 and 9D. RGB value is (132,80,157). Sum of RGB (Red+Green+Blue) = 132+80+157=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #84509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84509D is #7BAF62. Grayscale: #686868. Windows color (decimal): -8105827 or 10309764. OLE color: 10309764.

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

Color convert

RGB13280157-
CMYK0.160.4900.38
HSL280.52º32.49%46.47%-
HSV(B)280.52º49.04%61.57%-
XYZ18.4713.0833.45-
YUV104.33157.73147.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=35.77%
G=21.68%
B=42.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132801570.160.4900.38280.5232.4946.47
Hex84509D1031026119202e
Octal20412023520610464314056
Binary10000100101000010011101100001100010100110100011001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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