#834378

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

Shades of Trendy Pink #834378

Tints of Trendy Pink #834378

Color information

#834378 (or 0x834378) is unknown color: approx Trendy Pink. HEX triplet: 83, 43 and 78. RGB value is (131,67,120). Sum of RGB (Red+Green+Blue) = 131+67+120=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #834378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834378 is #7CBC87. Grayscale: #5C5C5C. Windows color (decimal): -8174728 or 7881603. OLE color: 7881603.

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

Color convert

RGB13167120-
CMYK00.490.080.49
HSL310.31º32.32%38.82%-
HSV(B)310.31º48.85%51.37%-
XYZ14.7610.218.96-
YUV92.18143.7155.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.19%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=41.19%
G=21.07%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316712000.490.080.49310.3132.3238.82
Hex8343780318311362027
Octal20310317006110614664047
Binary100000111000011111100001100011000110001100110110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834378; }

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

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

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

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

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

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

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

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