#844684

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

Shades of Trendy Pink #844684

Tints of Trendy Pink #844684

Color information

#844684 (or 0x844684) is unknown color: approx Trendy Pink. HEX triplet: 84, 46 and 84. RGB value is (132,70,132). Sum of RGB (Red+Green+Blue) = 132+70+132=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #844684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844684 is #7BB97B. Grayscale: #5F5F5F. Windows color (decimal): -8108412 or 8668804. OLE color: 8668804.

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

Color convert

RGB13270132-
CMYK00.4700.48
HSL300º30.69%39.61%-
HSV(B)300º46.97%51.76%-
XYZ15.8710.9523.11-
YUV95.61148.54153.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 70 (27.73% from 255) = 20.96%
BLUE value IS 132 (51.95% from 255) = 39.52%
R=39.52%
G=20.96%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327013200.4700.4830030.6939.61
Hex84468402F03012c1f28
Octal2041062040570604543750
Binary100001001000110100001000101111011000010010110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844684; }

 p { color: rgb(132,70,132); }

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

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

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

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

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

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

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