#8357A4

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

Shades of Studio #8357A4

Tints of Studio #8357A4

Color information

#8357A4 (or 0x8357A4) is unknown color: approx Studio. HEX triplet: 83, 57 and A4. RGB value is (131,87,164). Sum of RGB (Red+Green+Blue) = 131+87+164=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 164 - color contains mainly: blue. Hex color #8357A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8357A4 is #7CA85B. Grayscale: #6C6C6C. Windows color (decimal): -8169564 or 10770307. OLE color: 10770307.

HSL color Cylindrical-coordinate representation of color #8357A4: hue angle of 274.29º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8357A4 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13187164-
CMYK0.200.4700.36
HSL274.29º30.68%49.22%-
HSV(B)274.29º46.95%64.31%-
XYZ19.4714.3236.86-
YUV108.93159.08143.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.29%
GREEN value IS 87 (34.38% from 255) = 22.77%
BLUE value IS 164 (64.45% from 255) = 42.93%
R=34.29%
G=22.77%
B=42.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131871640.200.4700.36274.2930.6849.22
Hex8357A4142F0241121f31
Octal20312724424570444223761
Binary1000001110101111010010010100101111010010010001001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8357A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8357A4; }

 p { color: rgb(131,87,164); }

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

<style>
 a { background-color: #8357A4; }

 a { background-color: rgb(131,87,164); }

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

<style>
 span { border-color: #8357A4; }

 span { border-color: rgb(131,87,164); }

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