#836381

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

Shades of Trendy Pink #836381

Tints of Trendy Pink #836381

Color information

#836381 (or 0x836381) is unknown color: approx Trendy Pink. HEX triplet: 83, 63 and 81. RGB value is (131,99,129). Sum of RGB (Red+Green+Blue) = 131+99+129=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 131 - color contains mainly: red. Hex color #836381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836381 is #7C9C7E. Grayscale: #6F6F6F. Windows color (decimal): -8166527 or 8479619. OLE color: 8479619.

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

Color convert

RGB13199129-
CMYK00.240.020.49
HSL303.75º13.91%45.1%-
HSV(B)303.75º24.43%51.37%-
XYZ17.7815.3322.79-
YUV111.99137.6141.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 129 (50.78% from 255) = 35.93%
R=36.49%
G=27.58%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319912900.240.020.49303.7513.9145.1
Hex836381018231130e2d
Octal2031432010302614601655
Binary10000011110001110000001011000101100011001100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836381; }

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

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

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

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

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

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

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

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