#83579B

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

Shades of Studio #83579B

Tints of Studio #83579B

Color information

#83579B (or 0x83579B) is unknown color: approx Studio. HEX triplet: 83, 57 and 9B. RGB value is (131,87,155). Sum of RGB (Red+Green+Blue) = 131+87+155=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #83579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83579B is #7CA864. Grayscale: #6B6B6B. Windows color (decimal): -8169573 or 10180483. OLE color: 10180483.

HSL color Cylindrical-coordinate representation of color #83579B: hue angle of 278.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83579B is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13187155-
CMYK0.150.4400.39
HSL278.82º28.1%47.45%-
HSV(B)278.82º43.87%60.78%-
XYZ18.6814.0132.73-
YUV107.91154.58144.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=35.12%
G=23.32%
B=41.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131871550.150.4400.39278.8228.147.45
Hex83579BF2C0271171c2f
Octal20312723317540474273457
Binary100000111010111100110111111101100010011110001011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83579B; }

 p { color: rgb(131,87,155); }

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

<style>
 a { background-color: #83579B; }

 a { background-color: rgb(131,87,155); }

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

<style>
 span { border-color: #83579B; }

 span { border-color: rgb(131,87,155); }

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