Html Css Color HEX #824880 Trendy Pink

📋 copy color: '#824880'

red 130 ◦ green 72 ◦ blue 128

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

Shades of Trendy Pink #824880

Tints of Trendy Pink #824880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.82%

 BLUE value IS 128 (50.39% from 255) = 38.79%

R = 39.39%
G = 21.82%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#824880 (or 0x824880) is known color: Trendy Pink. HEX triplet: 82, 48 and 80. RGB value is (130,72,128). Sum of RGB (Red+Green+Blue) = 130+72+128=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #824880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824880 is #7DB77F. Grayscale: #5F5F5F. Windows color (decimal): -8238976 or 8407170. OLE color: 8407170.

HSL color Cylindrical-coordinate representation of color #824880: hue angle of 302.07º 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 #824880 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 72 128 -
CMYK 0 0.45 0.02 0.49
HSL 302.07º 0.29% 0.4% -
HSV(B) 302.07º 0.45% 0.51% -
XYZ 15.42 10.94 21.72 -
YUV 95.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 130 72 128 0 0.45 0.02 0.49 302.07 0.29 0.4
Hex 82 48 80 0 2D 2 31 12E 1D 28
Octal 202 110 200 0 55 2 61 456 35 50
Binary 10000010 1001000 10000000 0 101101 10 110001 100101110 11101 101000

Color Harmonies of #824880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824880

Black with #824880

Text Example


Text Example

White with #824880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824880; }

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

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

background-color css

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

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

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

border-color css

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

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

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