#83549C

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

Shades of Studio #83549C

Tints of Studio #83549C

Color information

#83549C (or 0x83549C) is unknown color: approx Studio. HEX triplet: 83, 54 and 9C. RGB value is (131,84,156). Sum of RGB (Red+Green+Blue) = 131+84+156=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #83549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83549C is #7CAB63. Grayscale: #6A6A6A. Windows color (decimal): -8170340 or 10245251. OLE color: 10245251.

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

Color convert

RGB13184156-
CMYK0.160.4600.39
HSL279.17º30%47.06%-
HSV(B)279.17º46.15%61.18%-
XYZ18.5313.5733.09-
YUV106.26156.07145.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=35.31%
G=22.64%
B=42.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131841560.160.4600.39279.173047.06
Hex83549C102E0271171e2f
Octal20312423420560474273657
Binary1000001110101001001110010000101110010011110001011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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