#835189

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

Shades of Trendy Pink #835189

Tints of Trendy Pink #835189

Color information

#835189 (or 0x835189) is unknown color: approx Trendy Pink. HEX triplet: 83, 51 and 89. RGB value is (131,81,137). Sum of RGB (Red+Green+Blue) = 131+81+137=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #835189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835189 is #7CAE76. Grayscale: #666666. Windows color (decimal): -8171127 or 8999299. OLE color: 8999299.

HSL color Cylindrical-coordinate representation of color #835189: hue angle of 293.57º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #835189 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13181137-
CMYK0.040.4100.46
HSL293.57º25.69%42.75%-
HSV(B)293.57º40.88%53.73%-
XYZ16.8212.5225.2-
YUV102.33147.56148.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.54%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 137 (53.91% from 255) = 39.26%
R=37.54%
G=23.21%
B=39.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131811370.040.4100.46293.5725.6942.75
Hex83518942902E1261a2b
Octal2031212114510564463253
Binary10000011101000110001001100101001010111010010011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835189; }

 p { color: rgb(131,81,137); }

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

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

 a { background-color: rgb(131,81,137); }

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

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

 span { border-color: rgb(131,81,137); }

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