#84457B

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

Shades of Trendy Pink #84457B

Tints of Trendy Pink #84457B

Color information

#84457B (or 0x84457B) is unknown color: approx Trendy Pink. HEX triplet: 84, 45 and 7B. RGB value is (132,69,123). Sum of RGB (Red+Green+Blue) = 132+69+123=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #84457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84457B is #7BBA84. Grayscale: #5D5D5D. Windows color (decimal): -8108677 or 8078724. OLE color: 8078724.

HSL color Cylindrical-coordinate representation of color #84457B: hue angle of 308.57º 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 #84457B is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13269123-
CMYK00.480.070.48
HSL308.57º31.34%39.41%-
HSV(B)308.57º47.73%51.76%-
XYZ15.2210.5919.98-
YUV93.99144.37155.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.74%
GREEN value IS 69 (27.34% from 255) = 21.30%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=40.74%
G=21.30%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326912300.480.070.48308.5731.3439.41
Hex84457B0307301351f27
Octal2041051730607604653747
Binary1000010010001011111011011000011111000010011010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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