#83508B

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

Shades of Trendy Pink #83508B

Tints of Trendy Pink #83508B

Color information

#83508B (or 0x83508B) is unknown color: approx Trendy Pink. HEX triplet: 83, 50 and 8B. RGB value is (131,80,139). Sum of RGB (Red+Green+Blue) = 131+80+139=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #83508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83508B is #7CAF74. Grayscale: #656565. Windows color (decimal): -8171381 or 9130115. OLE color: 9130115.

HSL color Cylindrical-coordinate representation of color #83508B: hue angle of 291.86º 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 #83508B is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13180139-
CMYK0.060.4200.45
HSL291.86º26.94%42.94%-
HSV(B)291.86º42.45%54.51%-
XYZ16.8912.4325.93-
YUV101.98148.9148.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.43%
GREEN value IS 80 (31.64% from 255) = 22.86%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=37.43%
G=22.86%
B=39.71%

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
Decimal131801390.060.4200.45291.8626.9442.94
Hex83508B62A02D1241b2b
Octal2031202136520554443353
Binary10000011101000010001011110101010010110110010010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83508B; }

 p { color: rgb(131,80,139); }

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

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

 a { background-color: rgb(131,80,139); }

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

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

 span { border-color: rgb(131,80,139); }

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