#844D9D

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

Shades of Studio #844D9D

Tints of Studio #844D9D

Color information

#844D9D (or 0x844D9D) is unknown color: approx Studio. HEX triplet: 84, 4D and 9D. RGB value is (132,77,157). Sum of RGB (Red+Green+Blue) = 132+77+157=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #844D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844D9D is #7BB262. Grayscale: #666666. Windows color (decimal): -8106595 or 10308996. OLE color: 10308996.

HSL color Cylindrical-coordinate representation of color #844D9D: hue angle of 281.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #844D9D is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13277157-
CMYK0.160.5100.38
HSL281.25º34.19%45.88%-
HSV(B)281.25º50.96%61.57%-
XYZ18.2612.6533.38-
YUV102.56158.72149-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 77 (30.47% from 255) = 21.04%
BLUE value IS 157 (61.72% from 255) = 42.90%
R=36.07%
G=21.04%
B=42.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132771570.160.5100.38281.2534.1945.88
Hex844D9D1033026119222e
Octal20411523520630464314256
Binary10000100100110110011101100001100110100110100011001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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