#835C8B

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

Shades of Trendy Pink #835C8B

Tints of Trendy Pink #835C8B

Color information

#835C8B (or 0x835C8B) is unknown color: approx Trendy Pink. HEX triplet: 83, 5C and 8B. RGB value is (131,92,139). Sum of RGB (Red+Green+Blue) = 131+92+139=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #835C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835C8B is #7CA374. Grayscale: #6C6C6C. Windows color (decimal): -8168309 or 9133187. OLE color: 9133187.

HSL color Cylindrical-coordinate representation of color #835C8B: hue angle of 289.79º degrees, saturation: 0.2, 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 #835C8B is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13192139-
CMYK0.060.3400.45
HSL289.79º20.35%45.29%-
HSV(B)289.79º33.81%54.51%-
XYZ17.8514.3426.25-
YUV109.02144.92143.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.19%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=36.19%
G=25.41%
B=38.40%

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
Decimal131921390.060.3400.45289.7920.3545.29
Hex835C8B62202D122142d
Octal2031342136420554422455
Binary10000011101110010001011110100010010110110010001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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