#834E7F

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

Shades of Trendy Pink #834E7F

Tints of Trendy Pink #834E7F

Color information

#834E7F (or 0x834E7F) is unknown color: approx Trendy Pink. HEX triplet: 83, 4E and 7F. RGB value is (131,78,127). Sum of RGB (Red+Green+Blue) = 131+78+127=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 131 - color contains mainly: red. Hex color #834E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834E7F is #7CB180. Grayscale: #636363. Windows color (decimal): -8171905 or 8343171. OLE color: 8343171.

HSL color Cylindrical-coordinate representation of color #834E7F: hue angle of 304.53º 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 #834E7F is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB13178127-
CMYK00.400.030.49
HSL304.53º25.36%40.98%-
HSV(B)304.53º40.46%51.37%-
XYZ15.9211.8121.52-
YUV99.43143.56150.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 127 (50% from 255) = 37.80%
R=38.99%
G=23.21%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317812700.400.030.49304.5325.3640.98
Hex834E7F0283311311929
Octal2031161770503614613151
Binary100000111001110111111101010001111000110011000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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