#834981

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

Shades of Trendy Pink #834981

Tints of Trendy Pink #834981

Color information

#834981 (or 0x834981) is unknown color: approx Trendy Pink. HEX triplet: 83, 49 and 81. RGB value is (131,73,129). Sum of RGB (Red+Green+Blue) = 131+73+129=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #834981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834981 is #7CB67E. Grayscale: #606060. Windows color (decimal): -8173183 or 8472963. OLE color: 8472963.

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

Color convert

RGB13173129-
CMYK00.440.020.49
HSL302.07º28.43%40%-
HSV(B)302.07º44.27%51.37%-
XYZ15.7111.1822.1-
YUV96.73146.22152.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.34%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 129 (50.78% from 255) = 38.74%
R=39.34%
G=21.92%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317312900.440.020.49302.0728.4340
Hex83498102C23112e1c28
Octal2031112010542614563450
Binary1000001110010011000000101011001011000110010111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834981; }

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

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

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

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

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

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

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

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