#8159AB

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

Shades of Studio #8159AB

Tints of Studio #8159AB

Color information

#8159AB (or 0x8159AB) is unknown color: approx Studio. HEX triplet: 81, 59 and AB. RGB value is (129,89,171). Sum of RGB (Red+Green+Blue) = 129+89+171=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #8159AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8159AB is #7EA654. Grayscale: #6E6E6E. Windows color (decimal): -8300117 or 11229569. OLE color: 11229569.

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

Color convert

RGB12989171-
CMYK0.250.4800.33
HSL269.27º32.8%50.98%-
HSV(B)269.27º47.95%67.06%-
XYZ19.9814.7540.32-
YUV110.31162.25141.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.16%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=33.16%
G=22.88%
B=43.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129891710.250.4800.33269.2732.850.98
Hex8159AB193002110d2133
Octal20113125331600414154163
Binary10000001101100110101011110011100000100001100001101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8159AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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