Html Css Color HEX #824481 Trendy Pink

📋 copy color: '#824481'

red 130 ◦ green 68 ◦ blue 129

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

Shades of Trendy Pink #824481

Tints of Trendy Pink #824481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.8%

 BLUE value IS 129 (50.78% from 255) = 39.45%

R = 39.76%
G = 20.8%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#824481 (or 0x824481) is known color: Trendy Pink. HEX triplet: 82, 44 and 81. RGB value is (130,68,129). Sum of RGB (Red+Green+Blue) = 130+68+129=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #824481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824481 is #7DBB7E. Grayscale: #5D5D5D. Windows color (decimal): -8239999 or 8471682. OLE color: 8471682.

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

Color convert

RGB 130 68 129 -
CMYK 0 0.48 0.01 0.49
HSL 300.97º 0.31% 0.39% -
HSV(B) 300.97º 0.48% 0.51% -
XYZ 15.24 10.47 21.99 -
YUV 93.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 130 68 129 0 0.48 0.01 0.49 300.97 0.31 0.39
Hex 82 44 81 0 30 1 31 12D 1F 27
Octal 202 104 201 0 60 1 61 455 37 47
Binary 10000010 1000100 10000001 0 110000 1 110001 100101101 11111 100111

Color Harmonies of #824481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824481

Black with #824481

Text Example


Text Example

White with #824481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824481; }

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

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

background-color css

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

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

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

border-color css

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

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

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