#8557A6

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

Shades of Studio #8557A6

Tints of Studio #8557A6

Color information

#8557A6 (or 0x8557A6) is unknown color: approx Studio. HEX triplet: 85, 57 and A6. RGB value is (133,87,166). Sum of RGB (Red+Green+Blue) = 133+87+166=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 166 - color contains mainly: blue. Hex color #8557A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8557A6 is #7AA859. Grayscale: #6D6D6D. Windows color (decimal): -8038490 or 10901381. OLE color: 10901381.

HSL color Cylindrical-coordinate representation of color #8557A6: hue angle of 274.94º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8557A6 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13387166-
CMYK0.200.4800.35
HSL274.94º31.23%49.61%-
HSV(B)274.94º47.59%65.1%-
XYZ19.9614.5637.83-
YUV109.76159.74144.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 87 (34.38% from 255) = 22.54%
BLUE value IS 166 (65.23% from 255) = 43.01%
R=34.46%
G=22.54%
B=43.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133871660.200.4800.35274.9431.2349.61
Hex8557A614300231131f32
Octal20512724624600434233762
Binary1000010110101111010011010100110000010001110001001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8557A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8557A6; }

 p { color: rgb(133,87,166); }

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

<style>
 a { background-color: #8557A6; }

 a { background-color: rgb(133,87,166); }

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

<style>
 span { border-color: #8557A6; }

 span { border-color: rgb(133,87,166); }

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