#83499e

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

Shades of Studio #83499E

Tints of Studio #83499E

Color information

#83499E (or 0x83499E) is unknown color: approx Studio. HEX triplet: 83, 49 and 9E. RGB value is (131,73,158). Sum of RGB (Red+Green+Blue) = 131+73+158=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #83499E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83499E is #7CB661. Grayscale: #636363. Windows color (decimal): -8173154 or 10373507. OLE color: 10373507.

HSL color Cylindrical-coordinate representation of color #83499E: hue angle of 280.94º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83499E is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13173158-
CMYK0.170.5400.38
HSL280.94º36.8%45.29%-
HSV(B)280.94º53.8%61.96%-
XYZ17.9112.0633.73-
YUV100.03160.72150.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.19%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 158 (62.11% from 255) = 43.65%
R=36.19%
G=20.17%
B=43.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131731580.170.5400.38280.9436.845.29
Hex83499E1136026119252d
Octal20311123621660464314555
Binary10000011100100110011110100011101100100110100011001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83499e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83499e; }

 p { color: rgb(131,73,158); }

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

<style>
 a { background-color: #83499e; }

 a { background-color: rgb(131,73,158); }

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

<style>
 span { border-color: #83499e; }

 span { border-color: rgb(131,73,158); }

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