#8447AC

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

Shades of Studio #8447AC

Tints of Studio #8447AC

Color information

#8447AC (or 0x8447AC) is unknown color: approx Studio. HEX triplet: 84, 47 and AC. RGB value is (132,71,172). Sum of RGB (Red+Green+Blue) = 132+71+172=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #8447AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8447AC is #7BB853. Grayscale: #646464. Windows color (decimal): -8108116 or 11290500. OLE color: 11290500.

HSL color Cylindrical-coordinate representation of color #8447AC: hue angle of 276.24º 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 #8447AC is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13271172-
CMYK0.230.5900.33
HSL276.24º41.56%47.65%-
HSV(B)276.24º58.72%67.45%-
XYZ19.2212.3940.41-
YUV100.75168.21150.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=35.2%
G=18.93%
B=45.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132711720.230.5900.33276.2441.5647.65
Hex8447AC173B0211142a30
Octal20410725427730414245260
Binary10000100100011110101100101111110110100001100010100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8447AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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