#8347AA

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

Shades of Studio #8347AA

Tints of Studio #8347AA

Color information

#8347AA (or 0x8347AA) is unknown color: approx Studio. HEX triplet: 83, 47 and AA. RGB value is (131,71,170). Sum of RGB (Red+Green+Blue) = 131+71+170=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #8347AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8347AA is #7CB855. Grayscale: #636363. Windows color (decimal): -8173654 or 11159427. OLE color: 11159427.

HSL color Cylindrical-coordinate representation of color #8347AA: hue angle of 276.36º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8347AA is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13171170-
CMYK0.230.5800.33
HSL276.36º41.08%47.25%-
HSV(B)276.36º58.24%66.67%-
XYZ18.8712.2339.4-
YUV100.23167.38149.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.22%
GREEN value IS 71 (28.12% from 255) = 19.09%
BLUE value IS 170 (66.80% from 255) = 45.70%
R=35.22%
G=19.09%
B=45.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131711700.230.5800.33276.3641.0847.25
Hex8347AA173A021114292f
Octal20310725227720414245157
Binary10000011100011110101010101111110100100001100010100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8347AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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