#8449A5

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

Shades of Studio #8449A5

Tints of Studio #8449A5

Color information

#8449A5 (or 0x8449A5) is unknown color: approx Studio. HEX triplet: 84, 49 and A5. RGB value is (132,73,165). Sum of RGB (Red+Green+Blue) = 132+73+165=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 165 - color contains mainly: blue. Hex color #8449A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8449A5 is #7BB65A. Grayscale: #646464. Windows color (decimal): -8107611 or 10832260. OLE color: 10832260.

HSL color Cylindrical-coordinate representation of color #8449A5: hue angle of 278.48º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8449A5 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13273165-
CMYK0.200.5600.35
HSL278.48º38.66%46.67%-
HSV(B)278.48º55.76%64.71%-
XYZ18.6912.3937-
YUV101.13164.05150.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 73 (28.91% from 255) = 19.73%
BLUE value IS 165 (64.84% from 255) = 44.59%
R=35.68%
G=19.73%
B=44.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132731650.200.5600.35278.4838.6646.67
Hex8449A51438023116272f
Octal20411124524700434264757
Binary10000100100100110100101101001110000100011100010110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8449A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8449A5; }

 p { color: rgb(132,73,165); }

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

<style>
 a { background-color: #8449A5; }

 a { background-color: rgb(132,73,165); }

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

<style>
 span { border-color: #8449A5; }

 span { border-color: rgb(132,73,165); }

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