#836386

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

Shades of Trendy Pink #836386

Tints of Trendy Pink #836386

Color information

#836386 (or 0x836386) is unknown color: approx Trendy Pink. HEX triplet: 83, 63 and 86. RGB value is (131,99,134). Sum of RGB (Red+Green+Blue) = 131+99+134=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 134 - color contains mainly: blue. Hex color #836386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836386 is #7C9C79. Grayscale: #707070. Windows color (decimal): -8166522 or 8807299. OLE color: 8807299.

HSL color Cylindrical-coordinate representation of color #836386: hue angle of 294.86º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #836386 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13199134-
CMYK0.020.2600.47
HSL294.86º15.02%45.69%-
HSV(B)294.86º26.12%52.55%-
XYZ18.1215.4724.59-
YUV112.56140.1141.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.99%
GREEN value IS 99 (39.06% from 255) = 27.20%
BLUE value IS 134 (52.73% from 255) = 36.81%
R=35.99%
G=27.20%
B=36.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131991340.020.2600.47294.8615.0245.69
Hex83638621A02F127f2e
Octal2031432062320574471756
Binary10000011110001110000110101101001011111001001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836386; }

 p { color: rgb(131,99,134); }

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

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

 a { background-color: rgb(131,99,134); }

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

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

 span { border-color: rgb(131,99,134); }

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