#83519C

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

Shades of Studio #83519C

Tints of Studio #83519C

Color information

#83519C (or 0x83519C) is unknown color: approx Studio. HEX triplet: 83, 51 and 9C. RGB value is (131,81,156). Sum of RGB (Red+Green+Blue) = 131+81+156=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #83519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83519C is #7CAE63. Grayscale: #686868. Windows color (decimal): -8171108 or 10244483. OLE color: 10244483.

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

Color convert

RGB13181156-
CMYK0.160.4800.39
HSL280º31.65%46.47%-
HSV(B)280º48.08%61.18%-
XYZ18.313.1133.02-
YUV104.5157.06146.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=35.60%
G=22.01%
B=42.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131811560.160.4800.3928031.6546.47
Hex83519C1030027118202e
Octal20312123420600474304056
Binary10000011101000110011100100001100000100111100011000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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