#8359A5

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

Shades of Studio #8359A5

Tints of Studio #8359A5

Color information

#8359A5 (or 0x8359A5) is unknown color: approx Studio. HEX triplet: 83, 59 and A5. RGB value is (131,89,165). Sum of RGB (Red+Green+Blue) = 131+89+165=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 165 - color contains mainly: blue. Hex color #8359A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8359A5 is #7CA65A. Grayscale: #6D6D6D. Windows color (decimal): -8169051 or 10836355. OLE color: 10836355.

HSL color Cylindrical-coordinate representation of color #8359A5: hue angle of 273.16º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8359A5 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13189165-
CMYK0.210.4600.35
HSL273.16º29.92%49.8%-
HSV(B)273.16º46.06%64.71%-
XYZ19.7214.6937.39-
YUV110.22158.91142.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 165 (64.84% from 255) = 42.86%
R=34.03%
G=23.12%
B=42.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131891650.210.4600.35273.1629.9249.8
Hex8359A5152E0231111e32
Octal20313124525560434213662
Binary1000001110110011010010110101101110010001110001000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8359A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8359A5; }

 p { color: rgb(131,89,165); }

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

<style>
 a { background-color: #8359A5; }

 a { background-color: rgb(131,89,165); }

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

<style>
 span { border-color: #8359A5; }

 span { border-color: rgb(131,89,165); }

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