#835388

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

Shades of Trendy Pink #835388

Tints of Trendy Pink #835388

Color information

#835388 (or 0x835388) is unknown color: approx Trendy Pink. HEX triplet: 83, 53 and 88. RGB value is (131,83,136). Sum of RGB (Red+Green+Blue) = 131+83+136=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #835388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835388 is #7CAC77. Grayscale: #676767. Windows color (decimal): -8170616 or 8934275. OLE color: 8934275.

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

Color convert

RGB13183136-
CMYK0.040.3900.47
HSL294.34º24.2%42.94%-
HSV(B)294.34º38.97%53.33%-
XYZ16.912.7924.87-
YUV103.39146.4147.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.43%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 136 (53.52% from 255) = 38.86%
R=37.43%
G=23.71%
B=38.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131831360.040.3900.47294.3424.242.94
Hex83538842702F126182b
Octal2031232104470574463053
Binary10000011101001110001000100100111010111110010011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835388; }

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

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

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

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

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

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

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

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