#835380

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

Shades of Trendy Pink #835380

Tints of Trendy Pink #835380

Color information

#835380 (or 0x835380) is unknown color: approx Trendy Pink. HEX triplet: 83, 53 and 80. RGB value is (131,83,128). Sum of RGB (Red+Green+Blue) = 131+83+128=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #835380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835380 is #7CAC7F. Grayscale: #666666. Windows color (decimal): -8170624 or 8409987. OLE color: 8409987.

HSL color Cylindrical-coordinate representation of color #835380: hue angle of 303.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835380 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13183128-
CMYK00.370.020.49
HSL303.75º22.43%41.96%-
HSV(B)303.75º36.64%51.37%-
XYZ16.3512.5721.99-
YUV102.48142.4148.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.30%
GREEN value IS 83 (32.81% from 255) = 24.27%
BLUE value IS 128 (50.39% from 255) = 37.43%
R=38.30%
G=24.27%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318312800.370.020.49303.7522.4341.96
Hex835380025231130162a
Octal2031232000452614602652
Binary1000001110100111000000001001011011000110011000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835380; }

 p { color: rgb(131,83,128); }

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

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

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

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

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

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

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