#834F7B

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

Shades of Trendy Pink #834F7B

Tints of Trendy Pink #834F7B

Color information

#834F7B (or 0x834F7B) is unknown color: approx Trendy Pink. HEX triplet: 83, 4F and 7B. RGB value is (131,79,123). Sum of RGB (Red+Green+Blue) = 131+79+123=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #834F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834F7B is #7CB084. Grayscale: #636363. Windows color (decimal): -8171653 or 8081283. OLE color: 8081283.

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

Color convert

RGB13179123-
CMYK00.400.060.49
HSL309.23º24.76%41.18%-
HSV(B)309.23º39.69%51.37%-
XYZ15.7311.8520.2-
YUV99.56141.23150.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.34%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 123 (48.44% from 255) = 36.94%
R=39.34%
G=23.72%
B=36.94%

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
Decimal1317912300.400.060.49309.2324.7641.18
Hex834F7B0286311351929
Octal2031171730506614653151
Binary1000001110011111111011010100011011000110011010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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