#844EA9

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

Shades of Studio #844EA9

Tints of Studio #844EA9

Color information

#844EA9 (or 0x844EA9) is unknown color: approx Studio. HEX triplet: 84, 4E and A9. RGB value is (132,78,169). Sum of RGB (Red+Green+Blue) = 132+78+169=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 169 - color contains mainly: blue. Hex color #844EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844EA9 is #7BB156. Grayscale: #686868. Windows color (decimal): -8106327 or 11095684. OLE color: 11095684.

HSL color Cylindrical-coordinate representation of color #844EA9: hue angle of 275.6º 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 #844EA9 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13278169-
CMYK0.220.5400.34
HSL275.6º36.84%48.43%-
HSV(B)275.6º53.85%66.27%-
XYZ19.413.2239.07-
YUV104.52164.39147.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.83%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 169 (66.41% from 255) = 44.59%
R=34.83%
G=20.58%
B=44.59%

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
Decimal132781690.220.5400.34275.636.8448.43
Hex844EA916360221142530
Octal20411625126660424244560
Binary10000100100111010101001101101101100100010100010100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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