#835889

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

Shades of Trendy Pink #835889

Tints of Trendy Pink #835889

Color information

#835889 (or 0x835889) is unknown color: approx Trendy Pink. HEX triplet: 83, 58 and 89. RGB value is (131,88,137). Sum of RGB (Red+Green+Blue) = 131+88+137=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #835889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835889 is #7CA776. Grayscale: #6A6A6A. Windows color (decimal): -8169335 or 9001091. OLE color: 9001091.

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

Color convert

RGB13188137-
CMYK0.040.3600.46
HSL292.65º21.78%44.12%-
HSV(B)292.65º35.77%53.73%-
XYZ17.3713.6125.38-
YUV106.44145.25145.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.80%
GREEN value IS 88 (34.77% from 255) = 24.72%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=36.80%
G=24.72%
B=38.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131881370.040.3600.46292.6521.7844.12
Hex83588942402E125162c
Octal2031302114440564452654
Binary10000011101100010001001100100100010111010010010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835889; }

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

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

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

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

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

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

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

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