#844AB1

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

Shades of Studio #844AB1

Tints of Studio #844AB1

Color information

#844AB1 (or 0x844AB1) is unknown color: approx Studio. HEX triplet: 84, 4A and B1. RGB value is (132,74,177). Sum of RGB (Red+Green+Blue) = 132+74+177=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #844AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844AB1 is #7BB54E. Grayscale: #666666. Windows color (decimal): -8107343 or 11618948. OLE color: 11618948.

HSL color Cylindrical-coordinate representation of color #844AB1: hue angle of 273.79º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #844AB1 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13274177-
CMYK0.250.5800.31
HSL273.79º41.04%49.22%-
HSV(B)273.79º58.19%69.41%-
XYZ19.912.9843.05-
YUV103.08169.72148.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.46%
GREEN value IS 74 (29.30% from 255) = 19.32%
BLUE value IS 177 (69.53% from 255) = 46.21%
R=34.46%
G=19.32%
B=46.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132741770.250.5800.31273.7941.0449.22
Hex844AB1193A01F1122931
Octal20411226131720374225161
Binary1000010010010101011000111001111010011111100010010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,74,177); }

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

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

 a { background-color: rgb(132,74,177); }

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

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

 span { border-color: rgb(132,74,177); }

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