#83539D

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

Shades of Studio #83539D

Tints of Studio #83539D

Color information

#83539D (or 0x83539D) is unknown color: approx Studio. HEX triplet: 83, 53 and 9D. RGB value is (131,83,157). Sum of RGB (Red+Green+Blue) = 131+83+157=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #83539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83539D is #7CAC62. Grayscale: #696969. Windows color (decimal): -8170595 or 10310531. OLE color: 10310531.

HSL color Cylindrical-coordinate representation of color #83539D: hue angle of 278.92º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83539D is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13183157-
CMYK0.170.4700.38
HSL278.92º30.83%47.06%-
HSV(B)278.92º47.13%61.57%-
XYZ18.5413.4533.52-
YUV105.79156.9145.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=35.31%
G=22.37%
B=42.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131831570.170.4700.38278.9230.8347.06
Hex83539D112F0261171f2f
Octal20312323521570464273757
Binary1000001110100111001110110001101111010011010001011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83539D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,83,157); }

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

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

 a { background-color: rgb(131,83,157); }

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

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

 span { border-color: rgb(131,83,157); }

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