#835C8C

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

Shades of Trendy Pink #835C8C

Tints of Trendy Pink #835C8C

Color information

#835C8C (or 0x835C8C) is unknown color: approx Trendy Pink. HEX triplet: 83, 5C and 8C. RGB value is (131,92,140). Sum of RGB (Red+Green+Blue) = 131+92+140=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 140 - color contains mainly: blue. Hex color #835C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835C8C is #7CA373. Grayscale: #6C6C6C. Windows color (decimal): -8168308 or 9198723. OLE color: 9198723.

HSL color Cylindrical-coordinate representation of color #835C8C: hue angle of 288.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835C8C is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13192140-
CMYK0.060.3400.45
HSL288.75º20.69%45.49%-
HSV(B)288.75º34.29%54.9%-
XYZ17.9214.3726.64-
YUV109.13145.42143.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 140 (55.08% from 255) = 38.57%
R=36.09%
G=25.34%
B=38.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131921400.060.3400.45288.7520.6945.49
Hex835C8C62202D121152d
Octal2031342146420554412555
Binary10000011101110010001100110100010010110110010000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835C8C; }

 p { color: rgb(131,92,140); }

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

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

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

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

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

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

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