#83578D

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

Shades of Trendy Pink #83578D

Tints of Trendy Pink #83578D

Color information

#83578D (or 0x83578D) is unknown color: approx Trendy Pink. HEX triplet: 83, 57 and 8D. RGB value is (131,87,141). Sum of RGB (Red+Green+Blue) = 131+87+141=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #83578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83578D is #7CA872. Grayscale: #6A6A6A. Windows color (decimal): -8169587 or 9262979. OLE color: 9262979.

HSL color Cylindrical-coordinate representation of color #83578D: hue angle of 288.89º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83578D is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13187141-
CMYK0.070.3800.45
HSL288.89º23.68%44.71%-
HSV(B)288.89º38.3%55.29%-
XYZ17.5813.5626.89-
YUV106.31147.58145.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 87 (34.38% from 255) = 24.23%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=36.49%
G=24.23%
B=39.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131871410.070.3800.45288.8923.6844.71
Hex83578D72602D121182d
Octal2031272157460554413055
Binary10000011101011110001101111100110010110110010000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83578D; }

 p { color: rgb(131,87,141); }

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

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

 a { background-color: rgb(131,87,141); }

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

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

 span { border-color: rgb(131,87,141); }

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