#8157AB

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

Shades of Studio #8157AB

Tints of Studio #8157AB

Color information

#8157AB (or 0x8157AB) is unknown color: approx Studio. HEX triplet: 81, 57 and AB. RGB value is (129,87,171). Sum of RGB (Red+Green+Blue) = 129+87+171=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #8157AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8157AB is #7EA854. Grayscale: #6C6C6C. Windows color (decimal): -8300629 or 11229057. OLE color: 11229057.

HSL color Cylindrical-coordinate representation of color #8157AB: hue angle of 270º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8157AB is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12987171-
CMYK0.250.4900.33
HSL270º33.33%50.59%-
HSV(B)270º49.12%67.06%-
XYZ19.8114.4240.27-
YUV109.13162.91142.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.33%
GREEN value IS 87 (34.38% from 255) = 22.48%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=33.33%
G=22.48%
B=44.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129871710.250.4900.3327033.3350.59
Hex8157AB193102110e2133
Octal20112725331610414164163
Binary10000001101011110101011110011100010100001100001110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8157AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8157AB; }

 p { color: rgb(129,87,171); }

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

<style>
 a { background-color: #8157AB; }

 a { background-color: rgb(129,87,171); }

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

<style>
 span { border-color: #8157AB; }

 span { border-color: rgb(129,87,171); }

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