#824983

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

Shades of Trendy Pink #824983

Tints of Trendy Pink #824983

Color information

#824983 (or 0x824983) is unknown color: approx Trendy Pink. HEX triplet: 82, 49 and 83. RGB value is (130,73,131). Sum of RGB (Red+Green+Blue) = 130+73+131=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 131 - color contains mainly: blue. Hex color #824983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824983 is #7DB67C. Grayscale: #606060. Windows color (decimal): -8238717 or 8604034. OLE color: 8604034.

HSL color Cylindrical-coordinate representation of color #824983: hue angle of 298.97º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #824983 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB13073131-
CMYK0.010.4400.49
HSL298.97º28.43%40%-
HSV(B)298.97º44.27%51.37%-
XYZ15.6911.1522.8-
YUV96.66147.38151.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=38.92%
G=21.86%
B=39.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130731310.010.4400.49298.9728.4340
Hex82498312C03112b1c28
Octal2021112031540614533450
Binary100000101001001100000111101100011000110010101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824983; }

 p { color: rgb(130,73,131); }

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

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

 a { background-color: rgb(130,73,131); }

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

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

 span { border-color: rgb(130,73,131); }

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