#824881

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

Shades of Trendy Pink #824881

Tints of Trendy Pink #824881

Color information

#824881 (or 0x824881) is unknown color: approx Trendy Pink. HEX triplet: 82, 48 and 81. RGB value is (130,72,129). Sum of RGB (Red+Green+Blue) = 130+72+129=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #824881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824881 is #7DB77E. Grayscale: #5F5F5F. Windows color (decimal): -8238975 or 8472706. OLE color: 8472706.

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

Color convert

RGB13072129-
CMYK00.450.010.49
HSL301.03º28.71%39.61%-
HSV(B)301.03º44.62%50.98%-
XYZ15.4910.9722.07-
YUV95.84146.72152.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 129 (50.78% from 255) = 38.97%
R=39.27%
G=21.75%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307212900.450.010.49301.0328.7139.61
Hex82488102D13112d1d28
Octal2021102010551614553550
Binary100000101001000100000010101101111000110010110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824881; }

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

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

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

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

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

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

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

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