#834F84

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

Shades of Trendy Pink #834F84

Tints of Trendy Pink #834F84

Color information

#834F84 (or 0x834F84) is unknown color: approx Trendy Pink. HEX triplet: 83, 4F and 84. RGB value is (131,79,132). Sum of RGB (Red+Green+Blue) = 131+79+132=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #834F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834F84 is #7CB07B. Grayscale: #646464. Windows color (decimal): -8171644 or 8671107. OLE color: 8671107.

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

Color convert

RGB13179132-
CMYK0.010.4000.48
HSL298.87º25.12%41.37%-
HSV(B)298.87º40.15%51.76%-
XYZ16.3212.0823.3-
YUV100.59145.73149.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.30%
GREEN value IS 79 (31.25% from 255) = 23.10%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=38.30%
G=23.10%
B=38.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131791320.010.4000.48298.8725.1241.37
Hex834F8412803012b1929
Octal2031172041500604533151
Binary100000111001111100001001101000011000010010101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834F84; }

 p { color: rgb(131,79,132); }

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

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

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

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

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

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

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