Html Css Color HEX #835080 Trendy Pink

📋 copy color: '#835080'

red 131 ◦ green 80 ◦ blue 128

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

Shades of Trendy Pink #835080

Tints of Trendy Pink #835080

RGB

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

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

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

R = 38.64%
G = 23.6%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#835080 (or 0x835080) is known color: Trendy Pink. HEX triplet: 83, 50 and 80. RGB value is (131,80,128). Sum of RGB (Red+Green+Blue) = 131+80+128=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #835080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835080 is #7CAF7F. Grayscale: #646464. Windows color (decimal): -8171392 or 8409219. OLE color: 8409219.

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

Color convert

RGB 131 80 128 -
CMYK 0 0.39 0.02 0.49
HSL 303.53º 0.24% 0.41% -
HSV(B) 303.53º 0.39% 0.51% -
XYZ 16.13 12.12 21.91 -
YUV 100.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 131 80 128 0 0.39 0.02 0.49 303.53 0.24 0.41
Hex 83 50 80 0 27 2 31 130 18 29
Octal 203 120 200 0 47 2 61 460 30 51
Binary 10000011 1010000 10000000 0 100111 10 110001 100110000 11000 101001

Color Harmonies of #835080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835080

Black with #835080

Text Example


Text Example

White with #835080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835080; }

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

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

background-color css

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

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

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

border-color css

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

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

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