#835088

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

Shades of Trendy Pink #835088

Tints of Trendy Pink #835088

Color information

#835088 (or 0x835088) is unknown color: approx Trendy Pink. HEX triplet: 83, 50 and 88. RGB value is (131,80,136). Sum of RGB (Red+Green+Blue) = 131+80+136=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #835088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835088 is #7CAF77. Grayscale: #656565. Windows color (decimal): -8171384 or 8933507. OLE color: 8933507.

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

Color convert

RGB13180136-
CMYK0.040.4100.47
HSL294.64º25.93%42.35%-
HSV(B)294.64º41.18%53.33%-
XYZ16.6712.3424.8-
YUV101.63147.4148.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 136 (53.52% from 255) = 39.19%
R=37.75%
G=23.05%
B=39.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131801360.040.4100.47294.6425.9342.35
Hex83508842902F1271a2a
Octal2031202104510574473252
Binary10000011101000010001000100101001010111110010011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835088; }

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

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

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

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

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

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

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

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