#834978

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

Shades of Trendy Pink #834978

Tints of Trendy Pink #834978

Color information

#834978 (or 0x834978) is unknown color: approx Trendy Pink. HEX triplet: 83, 49 and 78. RGB value is (131,73,120). Sum of RGB (Red+Green+Blue) = 131+73+120=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #834978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834978 is #7CB687. Grayscale: #5F5F5F. Windows color (decimal): -8173192 or 7883139. OLE color: 7883139.

HSL color Cylindrical-coordinate representation of color #834978: hue angle of 311.38º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #834978 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB13173120-
CMYK00.440.080.49
HSL311.38º28.43%40%-
HSV(B)311.38º44.27%51.37%-
XYZ15.1310.9519.08-
YUV95.7141.72153.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.43%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=40.43%
G=22.53%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317312000.440.080.49311.3828.4340
Hex83497802C8311371c28
Octal20311117005410614673450
Binary10000011100100111110000101100100011000110011011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834978; }

 p { color: rgb(131,73,120); }

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

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

 a { background-color: rgb(131,73,120); }

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

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

 span { border-color: rgb(131,73,120); }

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