Html Css Color HEX #824782 Trendy Pink

📋 copy color: '#824782'

red 130 ◦ green 71 ◦ blue 130

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

Shades of Trendy Pink #824782

Tints of Trendy Pink #824782

RGB

 RED value IS 130 (51.17% from 255) = 39.27%

 GREEN value IS 71 (28.13% from 255) = 21.45%

 BLUE value IS 130 (51.17% from 255) = 39.27%

R = 39.27%
G = 21.45%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#824782 (or 0x824782) is known color: Trendy Pink. HEX triplet: 82, 47 and 82. RGB value is (130,71,130). Sum of RGB (Red+Green+Blue) = 130+71+130=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #824782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824782 is #7DB87D. Grayscale: #5F5F5F. Windows color (decimal): -8239230 or 8537986. OLE color: 8537986.

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

Color convert

RGB 130 71 130 -
CMYK 0 0.45 0 0.49
HSL 300º 0.29% 0.39% -
HSV(B) 300º 0.45% 0.51% -
XYZ 15.49 10.86 22.4 -
YUV 95.37 147.55 152.7 -
System Red Green Blue C M Y K H S L
Decimal 130 71 130 0 0.45 0 0.49 300 0.29 0.39
Hex 82 47 82 0 2D 0 31 12C 1D 27
Octal 202 107 202 0 55 0 61 454 35 47
Binary 10000010 1000111 10000010 0 101101 0 110001 100101100 11101 100111

Color Harmonies of #824782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824782

Black with #824782

Text Example


Text Example

White with #824782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824782; }

 p { color: rgb(130,71,130); }

 H1.HeaderClassName
 {
   color: #824782;
 }
 .AnyTagClassName
 {
   color: #824782;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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