#846984

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

Shades of Trendy Pink #846984

Tints of Trendy Pink #846984

Color information

#846984 (or 0x846984) is unknown color: approx Trendy Pink. HEX triplet: 84, 69 and 84. RGB value is (132,105,132). Sum of RGB (Red+Green+Blue) = 132+105+132=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #846984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846984 is #7B967B. Grayscale: #747474. Windows color (decimal): -8099452 or 8677764. OLE color: 8677764.

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

Color convert

RGB132105132-
CMYK00.2000.48
HSL300º11.39%46.47%-
HSV(B)300º20.45%51.76%-
XYZ18.7316.6724.06-
YUV116.15136.95139.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=35.77%
G=28.46%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210513200.2000.4830011.3946.47
Hex84698401403012cb2e
Octal2041512040240604541356
Binary1000010011010011000010001010001100001001011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846984; }

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

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

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

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

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

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

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

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