#8159AE

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

Shades of Studio #8159AE

Tints of Studio #8159AE

Color information

#8159AE (or 0x8159AE) is unknown color: approx Studio. HEX triplet: 81, 59 and AE. RGB value is (129,89,174). Sum of RGB (Red+Green+Blue) = 129+89+174=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #8159AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8159AE is #7EA651. Grayscale: #6E6E6E. Windows color (decimal): -8300114 or 11426177. OLE color: 11426177.

HSL color Cylindrical-coordinate representation of color #8159AE: hue angle of 268.24º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8159AE is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12989174-
CMYK0.260.4900.32
HSL268.24º34.41%51.57%-
HSV(B)268.24º48.85%68.24%-
XYZ20.2714.8741.85-
YUV110.65163.75141.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.91%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 174 (68.36% from 255) = 44.39%
R=32.91%
G=22.70%
B=44.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129891740.260.4900.32268.2434.4151.57
Hex8159AE1A3102010c2234
Octal20113125632610404144264
Binary10000001101100110101110110101100010100000100001100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8159AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,89,174); }

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

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

 a { background-color: rgb(129,89,174); }

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

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

 span { border-color: rgb(129,89,174); }

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