#834E7B

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

Shades of Trendy Pink #834E7B

Tints of Trendy Pink #834E7B

Color information

#834E7B (or 0x834E7B) is unknown color: approx Trendy Pink. HEX triplet: 83, 4E and 7B. RGB value is (131,78,123). Sum of RGB (Red+Green+Blue) = 131+78+123=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 131 - color contains mainly: red. Hex color #834E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834E7B is #7CB184. Grayscale: #626262. Windows color (decimal): -8171909 or 8081027. OLE color: 8081027.

HSL color Cylindrical-coordinate representation of color #834E7B: hue angle of 309.06º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #834E7B is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB13178123-
CMYK00.400.060.49
HSL309.06º25.36%40.98%-
HSV(B)309.06º40.46%51.37%-
XYZ15.6611.720.17-
YUV98.98141.56150.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.46%
GREEN value IS 78 (30.86% from 255) = 23.49%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=39.46%
G=23.49%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317812300.400.060.49309.0625.3640.98
Hex834E7B0286311351929
Octal2031161730506614653151
Binary1000001110011101111011010100011011000110011010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834E7B; }

 p { color: rgb(131,78,123); }

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

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

 a { background-color: rgb(131,78,123); }

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

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

 span { border-color: rgb(131,78,123); }

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