#8147AB

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

Shades of Studio #8147AB

Tints of Studio #8147AB

Color information

#8147AB (or 0x8147AB) is unknown color: approx Studio. HEX triplet: 81, 47 and AB. RGB value is (129,71,171). Sum of RGB (Red+Green+Blue) = 129+71+171=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #8147AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8147AB is #7EB854. Grayscale: #636363. Windows color (decimal): -8304725 or 11224961. OLE color: 11224961.

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

Color convert

RGB12971171-
CMYK0.250.5800.33
HSL274.8º41.32%47.45%-
HSV(B)274.8º58.48%67.06%-
XYZ18.6612.1139.88-
YUV99.74168.22148.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.77%
GREEN value IS 71 (28.12% from 255) = 19.14%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=34.77%
G=19.14%
B=46.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129711710.250.5800.33274.841.3247.45
Hex8147AB193A021113292f
Octal20110725331720414235157
Binary10000001100011110101011110011110100100001100010011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8147AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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