#84457E

Color #84457E Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #84457E

Tints of Trendy Pink #84457E

Color information

#84457E (or 0x84457E) is unknown color: approx Trendy Pink. HEX triplet: 84, 45 and 7E. RGB value is (132,69,126). Sum of RGB (Red+Green+Blue) = 132+69+126=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #84457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84457E is #7BBA81. Grayscale: #5E5E5E. Windows color (decimal): -8108674 or 8275332. OLE color: 8275332.

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

Color convert

RGB13269126-
CMYK00.480.050.48
HSL305.71º31.34%39.41%-
HSV(B)305.71º47.73%51.76%-
XYZ15.4110.6720.99-
YUV94.34145.87154.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 69 (27.34% from 255) = 21.10%
BLUE value IS 126 (49.61% from 255) = 38.53%
R=40.37%
G=21.10%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326912600.480.050.48305.7131.3439.41
Hex84457E0305301321f27
Octal2041051760605604623747
Binary1000010010001011111110011000010111000010011001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84457E; }

 p { color: rgb(132,69,126); }

 H1.HeaderClassName
 {
   color: #84457E;
 }
 .AnyTagClassName
 {
   color: #84457E;
 }
</style>
background-color css

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

 a { background-color: rgb(132,69,126); }

 div.DivClassName
 {
   background-color: #84457E;
 }
 .BgClassName
 {
   background-color: #84457E;
 }
</style>
border-color css

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

 span { border-color: rgb(132,69,126); }

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