#83427C

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

Shades of Trendy Pink #83427C

Tints of Trendy Pink #83427C

Color information

#83427C (or 0x83427C) is unknown color: approx Trendy Pink. HEX triplet: 83, 42 and 7C. RGB value is (131,66,124). Sum of RGB (Red+Green+Blue) = 131+66+124=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 131 - color contains mainly: red. Hex color #83427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83427C is #7CBD83. Grayscale: #5B5B5B. Windows color (decimal): -8174980 or 8143491. OLE color: 8143491.

HSL color Cylindrical-coordinate representation of color #83427C: hue angle of 306.46º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83427C is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13166124-
CMYK00.500.050.49
HSL306.46º32.99%38.63%-
HSV(B)306.46º49.62%51.37%-
XYZ14.9510.1820.25-
YUV92.05146.03155.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.81%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=40.81%
G=20.56%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316612400.500.050.49306.4632.9938.63
Hex83427C0325311322127
Octal2031021740625614624147
Binary10000011100001011111000110010101110001100110010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,66,124); }

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

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

 a { background-color: rgb(131,66,124); }

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

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

 span { border-color: rgb(131,66,124); }

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