Html Css Color HEX #824882 Trendy Pink

📋 copy color: '#824882'

red 130 ◦ green 72 ◦ blue 130

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

Shades of Trendy Pink #824882

Tints of Trendy Pink #824882

RGB

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

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

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

R = 39.16%
G = 21.69%
B = 39.16%

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

#824882 (or 0x824882) is known color: Trendy Pink. HEX triplet: 82, 48 and 82. RGB value is (130,72,130). Sum of RGB (Red+Green+Blue) = 130+72+130=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #824882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824882 is #7DB77D. Grayscale: #5F5F5F. Windows color (decimal): -8238974 or 8538242. OLE color: 8538242.

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

Color convert

RGB 130 72 130 -
CMYK 0 0.45 0 0.49
HSL 300º 0.29% 0.4% -
HSV(B) 300º 0.45% 0.51% -
XYZ 15.55 10.99 22.42 -
YUV 95.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 130 72 130 0 0.45 0 0.49 300 0.29 0.4
Hex 82 48 82 0 2D 0 31 12C 1D 28
Octal 202 110 202 0 55 0 61 454 35 50
Binary 10000010 1001000 10000010 0 101101 0 110001 100101100 11101 101000

Color Harmonies of #824882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824882

Black with #824882

Text Example


Text Example

White with #824882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824882; }

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

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

background-color css

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

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

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

border-color css

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

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

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