Html Css Color HEX #84427A Trendy Pink

📋 copy color: '#84427A'

red 132 ◦ green 66 ◦ blue 122

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

Shades of Trendy Pink #84427A

Tints of Trendy Pink #84427A

RGB

 RED value IS 132 (51.95% from 255) = 41.25%

 GREEN value IS 66 (26.17% from 255) = 20.63%

 BLUE value IS 122 (48.05% from 255) = 38.13%

R = 41.25%
G = 20.63%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#84427A (or 0x84427A) is known color: Trendy Pink. HEX triplet: 84, 42 and 7A. RGB value is (132,66,122). Sum of RGB (Red+Green+Blue) = 132+66+122=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #84427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84427A is #7BBD85. Grayscale: #5B5B5B. Windows color (decimal): -8109446 or 8012420. OLE color: 8012420.

HSL color Cylindrical-coordinate representation of color #84427A: hue angle of 309.09º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84427A is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 66 122 -
CMYK 0 0.5 0.08 0.48
HSL 309.09º 0.33% 0.39% -
HSV(B) 309.09º 0.5% 0.52% -
XYZ 14.98 10.21 19.59 -
YUV 92.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 132 66 122 0 0.5 0.08 0.48 309.09 0.33 0.39
Hex 84 42 7A 0 32 8 30 135 21 27
Octal 204 102 172 0 62 10 60 465 41 47
Binary 10000100 1000010 1111010 0 110010 1000 110000 100110101 100001 100111

Color Harmonies of #84427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84427A

Black with #84427A

Text Example


Text Example

White with #84427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84427A; }

 p { color: rgb(132,66,122); }

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

background-color css

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

 a { background-color: rgb(132,66,122); }

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

border-color css

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

 span { border-color: rgb(132,66,122); }

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