#8447AD

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

Shades of Studio #8447AD

Tints of Studio #8447AD

Color information

#8447AD (or 0x8447AD) is unknown color: approx Studio. HEX triplet: 84, 47 and AD. RGB value is (132,71,173). Sum of RGB (Red+Green+Blue) = 132+71+173=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #8447AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8447AD is #7BB852. Grayscale: #646464. Windows color (decimal): -8108115 or 11356036. OLE color: 11356036.

HSL color Cylindrical-coordinate representation of color #8447AD: hue angle of 275.88º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8447AD is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13271173-
CMYK0.240.5900.32
HSL275.88º41.8%47.84%-
HSV(B)275.88º58.96%67.84%-
XYZ19.3112.4340.92-
YUV100.87168.71150.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 71 (28.12% from 255) = 18.88%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=35.11%
G=18.88%
B=46.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132711730.240.5900.32275.8841.847.84
Hex8447AD183B0201142a30
Octal20410725530730404245260
Binary10000100100011110101101110001110110100000100010100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8447AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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