#8347AE

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

Shades of Studio #8347AE

Tints of Studio #8347AE

Color information

#8347AE (or 0x8347AE) is unknown color: approx Studio. HEX triplet: 83, 47 and AE. RGB value is (131,71,174). Sum of RGB (Red+Green+Blue) = 131+71+174=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #8347AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8347AE is #7CB851. Grayscale: #646464. Windows color (decimal): -8173650 or 11421571. OLE color: 11421571.

HSL color Cylindrical-coordinate representation of color #8347AE: hue angle of 274.95º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8347AE is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13171174-
CMYK0.250.5900.32
HSL274.95º42.04%48.04%-
HSV(B)274.95º59.2%68.24%-
XYZ19.2512.3941.42-
YUV100.68169.38149.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.84%
GREEN value IS 71 (28.12% from 255) = 18.88%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=34.84%
G=18.88%
B=46.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131711740.250.5900.32274.9542.0448.04
Hex8347AE193B0201132a30
Octal20310725631730404235260
Binary10000011100011110101110110011110110100000100010011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8347AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8347AE; }

 p { color: rgb(131,71,174); }

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

<style>
 a { background-color: #8347AE; }

 a { background-color: rgb(131,71,174); }

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

<style>
 span { border-color: #8347AE; }

 span { border-color: rgb(131,71,174); }

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