#834B88

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

Shades of Trendy Pink #834B88

Tints of Trendy Pink #834B88

Color information

#834B88 (or 0x834B88) is unknown color: approx Trendy Pink. HEX triplet: 83, 4B and 88. RGB value is (131,75,136). Sum of RGB (Red+Green+Blue) = 131+75+136=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #834B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834B88 is #7CB477. Grayscale: #626262. Windows color (decimal): -8172664 or 8932227. OLE color: 8932227.

HSL color Cylindrical-coordinate representation of color #834B88: hue angle of 295.08º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #834B88 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13175136-
CMYK0.040.4500.47
HSL295.08º28.91%41.37%-
HSV(B)295.08º44.85%53.33%-
XYZ16.3211.6424.68-
YUV98.7149.05151.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.30%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 136 (53.52% from 255) = 39.77%
R=38.30%
G=21.93%
B=39.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131751360.040.4500.47295.0828.9141.37
Hex834B8842D02F1271d29
Octal2031132104550574473551
Binary10000011100101110001000100101101010111110010011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,75,136); }

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

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

 a { background-color: rgb(131,75,136); }

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

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

 span { border-color: rgb(131,75,136); }

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