#8345A5

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

Shades of Studio #8345A5

Tints of Studio #8345A5

Color information

#8345A5 (or 0x8345A5) is unknown color: approx Studio. HEX triplet: 83, 45 and A5. RGB value is (131,69,165). Sum of RGB (Red+Green+Blue) = 131+69+165=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 165 - color contains mainly: blue. Hex color #8345A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8345A5 is #7CBA5A. Grayscale: #626262. Windows color (decimal): -8174171 or 10831235. OLE color: 10831235.

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

Color convert

RGB13169165-
CMYK0.210.5800.35
HSL278.75º41.03%45.88%-
HSV(B)278.75º58.18%64.71%-
XYZ18.2811.836.91-
YUV98.48165.54151.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 69 (27.34% from 255) = 18.90%
BLUE value IS 165 (64.84% from 255) = 45.21%
R=35.89%
G=18.90%
B=45.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131691650.210.5800.35278.7541.0345.88
Hex8345A5153A023117292e
Octal20310524525720434275156
Binary10000011100010110100101101011110100100011100010111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8345A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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