#83518C

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

Shades of Trendy Pink #83518C

Tints of Trendy Pink #83518C

Color information

#83518C (or 0x83518C) is unknown color: approx Trendy Pink. HEX triplet: 83, 51 and 8C. RGB value is (131,81,140). Sum of RGB (Red+Green+Blue) = 131+81+140=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #83518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83518C is #7CAE73. Grayscale: #666666. Windows color (decimal): -8171124 or 9195907. OLE color: 9195907.

HSL color Cylindrical-coordinate representation of color #83518C: hue angle of 290.85º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83518C is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13181140-
CMYK0.060.4200.45
HSL290.85º26.7%43.33%-
HSV(B)290.85º42.14%54.9%-
XYZ17.0412.626.35-
YUV102.68149.06148.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.22%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=37.22%
G=23.01%
B=39.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131811400.060.4200.45290.8526.743.33
Hex83518C62A02D1231b2b
Octal2031212146520554433353
Binary10000011101000110001100110101010010110110010001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83518C; }

 p { color: rgb(131,81,140); }

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

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

 a { background-color: rgb(131,81,140); }

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

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

 span { border-color: rgb(131,81,140); }

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