#844DAC

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

Shades of Studio #844DAC

Tints of Studio #844DAC

Color information

#844DAC (or 0x844DAC) is unknown color: approx Studio. HEX triplet: 84, 4D and AC. RGB value is (132,77,172). Sum of RGB (Red+Green+Blue) = 132+77+172=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #844DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844DAC is #7BB253. Grayscale: #676767. Windows color (decimal): -8106580 or 11292036. OLE color: 11292036.

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

Color convert

RGB13277172-
CMYK0.230.5500.33
HSL274.74º38.15%48.82%-
HSV(B)274.74º55.23%67.45%-
XYZ19.6213.1940.54-
YUV104.28166.22147.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.65%
GREEN value IS 77 (30.47% from 255) = 20.21%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=34.65%
G=20.21%
B=45.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132771720.230.5500.33274.7438.1548.82
Hex844DAC17370211132631
Octal20411525427670414234661
Binary10000100100110110101100101111101110100001100010011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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