#83549F

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

Shades of Studio #83549F

Tints of Studio #83549F

Color information

#83549F (or 0x83549F) is unknown color: approx Studio. HEX triplet: 83, 54 and 9F. RGB value is (131,84,159). Sum of RGB (Red+Green+Blue) = 131+84+159=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #83549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83549F is #7CAB60. Grayscale: #6A6A6A. Windows color (decimal): -8170337 or 10441859. OLE color: 10441859.

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

Color convert

RGB13184159-
CMYK0.180.4700.38
HSL277.6º30.86%47.65%-
HSV(B)277.6º47.17%62.35%-
XYZ18.7913.6734.45-
YUV106.6157.57145.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=35.03%
G=22.46%
B=42.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131841590.180.4700.38277.630.8647.65
Hex83549F122F0261161f30
Octal20312423722570464263760
Binary1000001110101001001111110010101111010011010001011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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