Html Css Color HEX #835079 Trendy Pink

📋 copy color: '#835079'

red 131 ◦ green 80 ◦ blue 121

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

Shades of Trendy Pink #835079

Tints of Trendy Pink #835079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.45%

R = 39.46%
G = 24.1%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#835079 (or 0x835079) is known color: Trendy Pink. HEX triplet: 83, 50 and 79. RGB value is (131,80,121). Sum of RGB (Red+Green+Blue) = 131+80+121=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 131 - color contains mainly: red. Hex color #835079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835079 is #7CAF86. Grayscale: #636363. Windows color (decimal): -8171399 or 7950467. OLE color: 7950467.

HSL color Cylindrical-coordinate representation of color #835079: hue angle of 311.76º 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 #835079 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 80 121 -
CMYK 0 0.39 0.08 0.49
HSL 311.76º 0.24% 0.41% -
HSV(B) 311.76º 0.39% 0.51% -
XYZ 15.68 11.94 19.57 -
YUV 99.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 131 80 121 0 0.39 0.08 0.49 311.76 0.24 0.41
Hex 83 50 79 0 27 8 31 138 18 29
Octal 203 120 171 0 47 10 61 470 30 51
Binary 10000011 1010000 1111001 0 100111 1000 110001 100111000 11000 101001

Color Harmonies of #835079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835079

Black with #835079

Text Example


Text Example

White with #835079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835079; }

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

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

background-color css

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

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

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

border-color css

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

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

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