Html Css Color HEX #84427C Trendy Pink

📋 copy color: '#84427C'

red 132 ◦ green 66 ◦ blue 124

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

Shades of Trendy Pink #84427C

Tints of Trendy Pink #84427C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 40.99%
G = 20.5%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84427C (or 0x84427C) is known color: Trendy Pink. HEX triplet: 84, 42 and 7C. RGB value is (132,66,124). Sum of RGB (Red+Green+Blue) = 132+66+124=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #84427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84427C is #7BBD83. Grayscale: #5C5C5C. Windows color (decimal): -8109444 or 8143492. OLE color: 8143492.

HSL color Cylindrical-coordinate representation of color #84427C: hue angle of 307.27º 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 #84427C is Cyan = 0, Magento = 0.5, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 66 124 -
CMYK 0 0.5 0.06 0.48
HSL 307.27º 0.33% 0.39% -
HSV(B) 307.27º 0.5% 0.52% -
XYZ 15.1 10.26 20.25 -
YUV 92.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 132 66 124 0 0.5 0.06 0.48 307.27 0.33 0.39
Hex 84 42 7C 0 32 6 30 133 21 27
Octal 204 102 174 0 62 6 60 463 41 47
Binary 10000100 1000010 1111100 0 110010 110 110000 100110011 100001 100111

Color Harmonies of #84427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84427C

Black with #84427C

Text Example


Text Example

White with #84427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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