#844EAB

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

Shades of Studio #844EAB

Tints of Studio #844EAB

Color information

#844EAB (or 0x844EAB) is unknown color: approx Studio. HEX triplet: 84, 4E and AB. RGB value is (132,78,171). Sum of RGB (Red+Green+Blue) = 132+78+171=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #844EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844EAB is #7BB154. Grayscale: #686868. Windows color (decimal): -8106325 or 11226756. OLE color: 11226756.

HSL color Cylindrical-coordinate representation of color #844EAB: hue angle of 274.84º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #844EAB is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13278171-
CMYK0.230.5400.33
HSL274.84º37.35%48.82%-
HSV(B)274.84º54.39%67.06%-
XYZ19.5913.2940.06-
YUV104.75165.39147.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.65%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=34.65%
G=20.47%
B=44.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132781710.230.5400.33274.8437.3548.82
Hex844EAB17360211132531
Octal20411625327660414234561
Binary10000100100111010101011101111101100100001100010011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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