#844DB1

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

Shades of Studio #844DB1

Tints of Studio #844DB1

Color information

#844DB1 (or 0x844DB1) is unknown color: approx Studio. HEX triplet: 84, 4D and B1. RGB value is (132,77,177). Sum of RGB (Red+Green+Blue) = 132+77+177=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #844DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844DB1 is #7BB24E. Grayscale: #686868. Windows color (decimal): -8106575 or 11619716. OLE color: 11619716.

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

Color convert

RGB13277177-
CMYK0.250.5600.31
HSL273º39.37%49.8%-
HSV(B)273º56.5%69.41%-
XYZ20.1113.3943.12-
YUV104.84168.72147.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 77 (30.47% from 255) = 19.95%
BLUE value IS 177 (69.53% from 255) = 45.85%
R=34.20%
G=19.95%
B=45.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132771770.250.5600.3127339.3749.8
Hex844DB1193801F1112732
Octal20411526131700374214762
Binary1000010010011011011000111001111000011111100010001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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