#844DA0

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

Shades of Studio #844DA0

Tints of Studio #844DA0

Color information

#844DA0 (or 0x844DA0) is unknown color: approx Studio. HEX triplet: 84, 4D and A0. RGB value is (132,77,160). Sum of RGB (Red+Green+Blue) = 132+77+160=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #844DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844DA0 is #7BB25F. Grayscale: #666666. Windows color (decimal): -8106592 or 10505604. OLE color: 10505604.

HSL color Cylindrical-coordinate representation of color #844DA0: hue angle of 279.76º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844DA0 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13277160-
CMYK0.170.5200.37
HSL279.76º35.02%46.47%-
HSV(B)279.76º51.88%62.75%-
XYZ18.5112.7534.74-
YUV102.91160.22148.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 160 (62.89% from 255) = 43.36%
R=35.77%
G=20.87%
B=43.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal132771600.170.5200.37279.7635.0246.47
Hex844DA01134025118232e
Octal20411524021640454304356
Binary10000100100110110100000100011101000100101100011000100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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