#834F8B

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

Shades of Trendy Pink #834F8B

Tints of Trendy Pink #834F8B

Color information

#834F8B (or 0x834F8B) is unknown color: approx Trendy Pink. HEX triplet: 83, 4F and 8B. RGB value is (131,79,139). Sum of RGB (Red+Green+Blue) = 131+79+139=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #834F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834F8B is #7CB074. Grayscale: #656565. Windows color (decimal): -8171637 or 9129859. OLE color: 9129859.

HSL color Cylindrical-coordinate representation of color #834F8B: hue angle of 292º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #834F8B is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13179139-
CMYK0.060.4300.45
HSL292º27.52%42.75%-
HSV(B)292º43.17%54.51%-
XYZ16.8212.2825.91-
YUV101.39149.23149.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.54%
GREEN value IS 79 (31.25% from 255) = 22.64%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=37.54%
G=22.64%
B=39.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131791390.060.4300.4529227.5242.75
Hex834F8B62B02D1241c2b
Octal2031172136530554443453
Binary10000011100111110001011110101011010110110010010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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