#844885

Color #844885 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #844885

Tints of Trendy Pink #844885

Color information

#844885 (or 0x844885) is unknown color: approx Trendy Pink. HEX triplet: 84, 48 and 85. RGB value is (132,72,133). Sum of RGB (Red+Green+Blue) = 132+72+133=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #844885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844885 is #7BB77A. Grayscale: #606060. Windows color (decimal): -8107899 or 8734852. OLE color: 8734852.

HSL color Cylindrical-coordinate representation of color #844885: hue angle of 299.02º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844885 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13272133-
CMYK0.010.4600.48
HSL299.02º29.76%40.2%-
HSV(B)299.02º45.86%52.16%-
XYZ16.0711.2323.51-
YUV96.89148.38153.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.17%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=39.17%
G=21.36%
B=39.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132721330.010.4600.48299.0229.7640.2
Hex84488512E03012b1e28
Octal2041102051560604533650
Binary100001001001000100001011101110011000010010101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844885; }

 p { color: rgb(132,72,133); }

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

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

 a { background-color: rgb(132,72,133); }

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

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

 span { border-color: rgb(132,72,133); }

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