#8147AC

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

Shades of Studio #8147AC

Tints of Studio #8147AC

Color information

#8147AC (or 0x8147AC) is unknown color: approx Studio. HEX triplet: 81, 47 and AC. RGB value is (129,71,172). Sum of RGB (Red+Green+Blue) = 129+71+172=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #8147AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8147AC is #7EB853. Grayscale: #636363. Windows color (decimal): -8304724 or 11290497. OLE color: 11290497.

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

Color convert

RGB12971172-
CMYK0.250.5900.33
HSL274.46º41.56%47.65%-
HSV(B)274.46º58.72%67.45%-
XYZ18.7512.1540.39-
YUV99.86168.72148.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.68%
GREEN value IS 71 (28.12% from 255) = 19.09%
BLUE value IS 172 (67.58% from 255) = 46.24%
R=34.68%
G=19.09%
B=46.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129711720.250.5900.33274.4641.5647.65
Hex8147AC193B0211122a30
Octal20110725431730414225260
Binary10000001100011110101100110011110110100001100010010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8147AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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