#844DA9

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

Shades of Studio #844DA9

Tints of Studio #844DA9

Color information

#844DA9 (or 0x844DA9) is unknown color: approx Studio. HEX triplet: 84, 4D and A9. RGB value is (132,77,169). Sum of RGB (Red+Green+Blue) = 132+77+169=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: blue. Hex color #844DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844DA9 is #7BB256. Grayscale: #676767. Windows color (decimal): -8106583 or 11095428. OLE color: 11095428.

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

Color convert

RGB13277169-
CMYK0.220.5400.34
HSL275.87º37.4%48.24%-
HSV(B)275.87º54.44%66.27%-
XYZ19.3313.0839.04-
YUV103.93164.72148.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.92%
GREEN value IS 77 (30.47% from 255) = 20.37%
BLUE value IS 169 (66.41% from 255) = 44.71%
R=34.92%
G=20.37%
B=44.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal132771690.220.5400.34275.8737.448.24
Hex844DA916360221142530
Octal20411525126660424244560
Binary10000100100110110101001101101101100100010100010100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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