#83539C

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

Shades of Studio #83539C

Tints of Studio #83539C

Color information

#83539C (or 0x83539C) is unknown color: approx Studio. HEX triplet: 83, 53 and 9C. RGB value is (131,83,156). Sum of RGB (Red+Green+Blue) = 131+83+156=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #83539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83539C is #7CAC63. Grayscale: #696969. Windows color (decimal): -8170596 or 10244995. OLE color: 10244995.

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

Color convert

RGB13183156-
CMYK0.160.4700.39
HSL279.45º30.54%46.86%-
HSV(B)279.45º46.79%61.18%-
XYZ18.4513.4133.07-
YUV105.67156.4146.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 83 (32.81% from 255) = 22.43%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=35.41%
G=22.43%
B=42.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131831560.160.4700.39279.4530.5446.86
Hex83539C102F0271171f2f
Octal20312323420570474273757
Binary1000001110100111001110010000101111010011110001011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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