#836187

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

Shades of Trendy Pink #836187

Tints of Trendy Pink #836187

Color information

#836187 (or 0x836187) is unknown color: approx Trendy Pink. HEX triplet: 83, 61 and 87. RGB value is (131,97,135). Sum of RGB (Red+Green+Blue) = 131+97+135=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 135 - color contains mainly: blue. Hex color #836187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836187 is #7C9E78. Grayscale: #6F6F6F. Windows color (decimal): -8167033 or 8872323. OLE color: 8872323.

HSL color Cylindrical-coordinate representation of color #836187: hue angle of 293.68º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #836187 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13197135-
CMYK0.030.2800.47
HSL293.68º16.38%45.49%-
HSV(B)293.68º28.15%52.94%-
XYZ18.0115.1224.89-
YUV111.5141.26141.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 135 (53.12% from 255) = 37.19%
R=36.09%
G=26.72%
B=37.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131971350.030.2800.47293.6816.3845.49
Hex83618731C02F126102d
Octal2031412073340574462055
Binary100000111100001100001111111100010111110010011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836187; }

 p { color: rgb(131,97,135); }

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

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

 a { background-color: rgb(131,97,135); }

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

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

 span { border-color: rgb(131,97,135); }

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