#844AA9

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

Shades of Studio #844AA9

Tints of Studio #844AA9

Color information

#844AA9 (or 0x844AA9) is unknown color: approx Studio. HEX triplet: 84, 4A and A9. RGB value is (132,74,169). Sum of RGB (Red+Green+Blue) = 132+74+169=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: blue. Hex color #844AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844AA9 is #7BB556. Grayscale: #656565. Windows color (decimal): -8107351 or 11094660. OLE color: 11094660.

HSL color Cylindrical-coordinate representation of color #844AA9: hue angle of 276.63º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #844AA9 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13274169-
CMYK0.220.5600.34
HSL276.63º39.09%47.65%-
HSV(B)276.63º56.21%66.27%-
XYZ19.1312.6738.97-
YUV102.17165.72149.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 169 (66.41% from 255) = 45.07%
R=35.2%
G=19.73%
B=45.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal132741690.220.5600.34276.6339.0947.65
Hex844AA916380221152730
Octal20411225126700424254760
Binary10000100100101010101001101101110000100010100010101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844AA9; }

 p { color: rgb(132,74,169); }

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

<style>
 a { background-color: #844AA9; }

 a { background-color: rgb(132,74,169); }

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

<style>
 span { border-color: #844AA9; }

 span { border-color: rgb(132,74,169); }

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