#824681

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

Shades of Trendy Pink #824681

Tints of Trendy Pink #824681

Color information

#824681 (or 0x824681) is unknown color: approx Trendy Pink. HEX triplet: 82, 46 and 81. RGB value is (130,70,129). Sum of RGB (Red+Green+Blue) = 130+70+129=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #824681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824681 is #7DB97E. Grayscale: #5E5E5E. Windows color (decimal): -8239487 or 8472194. OLE color: 8472194.

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

Color convert

RGB13070129-
CMYK00.460.010.49
HSL301º30%39.22%-
HSV(B)301º46.15%50.98%-
XYZ15.3610.7122.03-
YUV94.67147.38153.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 129 (50.78% from 255) = 39.21%
R=39.51%
G=21.28%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307012900.460.010.493013039.22
Hex82468102E13112d1e27
Octal2021062010561614553647
Binary100000101000110100000010101110111000110010110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824681; }

 p { color: rgb(130,70,129); }

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

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

 a { background-color: rgb(130,70,129); }

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

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

 span { border-color: rgb(130,70,129); }

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