Html Css Color HEX #835180 Trendy Pink

📋 copy color: '#835180'

red 131 ◦ green 81 ◦ blue 128

#835180
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #835180

Tints of Trendy Pink #835180

RGB

 RED value IS 131 (51.56% from 255) = 38.53%

 GREEN value IS 81 (32.03% from 255) = 23.82%

 BLUE value IS 128 (50.39% from 255) = 37.65%

R = 38.53%
G = 23.82%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#835180 (or 0x835180) is known color: Trendy Pink. HEX triplet: 83, 51 and 80. RGB value is (131,81,128). Sum of RGB (Red+Green+Blue) = 131+81+128=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #835180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835180 is #7CAE7F. Grayscale: #656565. Windows color (decimal): -8171136 or 8409475. OLE color: 8409475.

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

Color convert

RGB 131 81 128 -
CMYK 0 0.38 0.02 0.49
HSL 303.6º 0.24% 0.42% -
HSV(B) 303.6º 0.38% 0.51% -
XYZ 16.2 12.27 21.94 -
YUV 101.31 143.07 149.18 -
System Red Green Blue C M Y K H S L
Decimal 131 81 128 0 0.38 0.02 0.49 303.6 0.24 0.42
Hex 83 51 80 0 26 2 31 130 18 2A
Octal 203 121 200 0 46 2 61 460 30 52
Binary 10000011 1010001 10000000 0 100110 10 110001 100110000 11000 101010

Color Harmonies of #835180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835180

Black with #835180

Text Example


Text Example

White with #835180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835180; }

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

 H1.HeaderClassName
 {
   color: #835180;
 }
 .AnyTagClassName
 {
   color: #835180;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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