Html Css Color HEX #835077 Trendy Pink

📋 copy color: '#835077'

red 131 ◦ green 80 ◦ blue 119

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

Shades of Trendy Pink #835077

Tints of Trendy Pink #835077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 119 (46.88% from 255) = 36.06%

R = 39.7%
G = 24.24%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#835077 (or 0x835077) is known color: Trendy Pink. HEX triplet: 83, 50 and 77. RGB value is (131,80,119). Sum of RGB (Red+Green+Blue) = 131+80+119=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #835077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835077 is #7CAF88. Grayscale: #636363. Windows color (decimal): -8171401 or 7819395. OLE color: 7819395.

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

Color convert

RGB 131 80 119 -
CMYK 0 0.39 0.09 0.49
HSL 314.12º 0.24% 0.41% -
HSV(B) 314.12º 0.39% 0.51% -
XYZ 15.56 11.89 18.93 -
YUV 99.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 131 80 119 0 0.39 0.09 0.49 314.12 0.24 0.41
Hex 83 50 77 0 27 9 31 13A 18 29
Octal 203 120 167 0 47 11 61 472 30 51
Binary 10000011 1010000 1110111 0 100111 1001 110001 100111010 11000 101001

Color Harmonies of #835077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835077

Black with #835077

Text Example


Text Example

White with #835077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835077; }

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

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

background-color css

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

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

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

border-color css

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

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

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