#834881

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

Shades of Trendy Pink #834881

Tints of Trendy Pink #834881

Color information

#834881 (or 0x834881) is unknown color: approx Trendy Pink. HEX triplet: 83, 48 and 81. RGB value is (131,72,129). Sum of RGB (Red+Green+Blue) = 131+72+129=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 131 - color contains mainly: red. Hex color #834881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834881 is #7CB77E. Grayscale: #5F5F5F. Windows color (decimal): -8173439 or 8472707. OLE color: 8472707.

HSL color Cylindrical-coordinate representation of color #834881: hue angle of 302.03º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #834881 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13172129-
CMYK00.450.020.49
HSL302.03º29.06%39.8%-
HSV(B)302.03º45.04%51.37%-
XYZ15.6411.0522.08-
YUV96.14146.55152.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.46%
GREEN value IS 72 (28.52% from 255) = 21.69%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=39.46%
G=21.69%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317212900.450.020.49302.0329.0639.8
Hex83488102D23112e1d28
Octal2031102010552614563550
Binary1000001110010001000000101011011011000110010111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834881; }

 p { color: rgb(131,72,129); }

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

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

 a { background-color: rgb(131,72,129); }

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

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

 span { border-color: rgb(131,72,129); }

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