Html Css Color HEX #824881 Trendy Pink

📋 copy color: '#824881'

red 130 ◦ green 72 ◦ blue 129

#824881
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #824881

Tints of Trendy Pink #824881

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 value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#824881 (or 0x824881) is known color: 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

RGB 130 72 129 -
CMYK 0 0.45 0.01 0.49
HSL 301.03º 0.29% 0.4% -
HSV(B) 301.03º 0.45% 0.51% -
XYZ 15.49 10.97 22.07 -
YUV 95.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 130 72 129 0 0.45 0.01 0.49 301.03 0.29 0.4
Hex 82 48 81 0 2D 1 31 12D 1D 28
Octal 202 110 201 0 55 1 61 455 35 50
Binary 10000010 1001000 10000001 0 101101 1 110001 100101101 11101 101000

Color Harmonies of #824881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824881

Black with #824881

Text Example


Text Example

White with #824881

Text Example


Text Example

HTML Codes & Css Web 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>