#834A83

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

Shades of Trendy Pink #834A83

Tints of Trendy Pink #834A83

Color information

#834A83 (or 0x834A83) is unknown color: approx Trendy Pink. HEX triplet: 83, 4A and 83. RGB value is (131,74,131). Sum of RGB (Red+Green+Blue) = 131+74+131=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #834A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834A83 is #7CB57C. Grayscale: #616161. Windows color (decimal): -8172925 or 8604291. OLE color: 8604291.

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

Color convert

RGB13174131-
CMYK00.4400.49
HSL300º27.8%40.2%-
HSV(B)300º43.51%51.37%-
XYZ15.9111.3622.83-
YUV97.54146.88151.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 131 (51.56% from 255) = 38.99%
R=38.99%
G=22.02%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317413100.4400.4930027.840.2
Hex834A8302C03112c1c28
Octal2031122030540614543450
Binary100000111001010100000110101100011000110010110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,74,131); }

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

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

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

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

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

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

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