#844CA1

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

Shades of Studio #844CA1

Tints of Studio #844CA1

Color information

#844CA1 (or 0x844CA1) is unknown color: approx Studio. HEX triplet: 84, 4C and A1. RGB value is (132,76,161). Sum of RGB (Red+Green+Blue) = 132+76+161=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 161 - color contains mainly: blue. Hex color #844CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844CA1 is #7BB35E. Grayscale: #666666. Windows color (decimal): -8106847 or 10570884. OLE color: 10570884.

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

Color convert

RGB13276161-
CMYK0.180.5300.37
HSL279.53º35.86%46.47%-
HSV(B)279.53º52.8%63.14%-
XYZ18.5312.6535.18-
YUV102.43161.05149.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 76 (30.08% from 255) = 20.60%
BLUE value IS 161 (63.28% from 255) = 43.63%
R=35.77%
G=20.60%
B=43.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal132761610.180.5300.37279.5335.8646.47
Hex844CA11235025118242e
Octal20411424122650454304456
Binary10000100100110010100001100101101010100101100011000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,76,161); }

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

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

 a { background-color: rgb(132,76,161); }

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

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

 span { border-color: rgb(132,76,161); }

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