#83569E

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

Shades of Studio #83569E

Tints of Studio #83569E

Color information

#83569E (or 0x83569E) is unknown color: approx Studio. HEX triplet: 83, 56 and 9E. RGB value is (131,86,158). Sum of RGB (Red+Green+Blue) = 131+86+158=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #83569E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83569E is #7CA961. Grayscale: #6B6B6B. Windows color (decimal): -8169826 or 10376835. OLE color: 10376835.

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

Color convert

RGB13186158-
CMYK0.170.4600.38
HSL277.5º29.51%47.84%-
HSV(B)277.5º45.57%61.96%-
XYZ18.8613.9534.05-
YUV107.66156.41144.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.93%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=34.93%
G=22.93%
B=42.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131861580.170.4600.38277.529.5147.84
Hex83569E112E0261161e30
Octal20312623621560464263660
Binary1000001110101101001111010001101110010011010001011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83569E; }

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

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

<style>
 a { background-color: #83569E; }

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

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

<style>
 span { border-color: #83569E; }

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

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