#836881

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

Shades of Trendy Pink #836881

Tints of Trendy Pink #836881

Color information

#836881 (or 0x836881) is unknown color: approx Trendy Pink. HEX triplet: 83, 68 and 81. RGB value is (131,104,129). Sum of RGB (Red+Green+Blue) = 131+104+129=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 131 - color contains mainly: red. Hex color #836881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836881 is #7C977E. Grayscale: #727272. Windows color (decimal): -8165247 or 8480899. OLE color: 8480899.

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

Color convert

RGB131104129-
CMYK00.210.020.49
HSL304.44º11.49%46.08%-
HSV(B)304.44º20.61%51.37%-
XYZ18.2716.3122.95-
YUV114.92135.95139.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.99%
GREEN value IS 104 (41.02% from 255) = 28.57%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=35.99%
G=28.57%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110412900.210.020.49304.4411.4946.08
Hex836881015231130b2e
Octal2031502010252614601356
Binary10000011110100010000001010101101100011001100001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836881; }

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

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

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

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

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

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

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

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