Html Css Color HEX #836080 Trendy Pink

📋 copy color: '#836080'

red 131 ◦ green 96 ◦ blue 128

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

Shades of Trendy Pink #836080

Tints of Trendy Pink #836080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

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

R = 36.9%
G = 27.04%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#836080 (or 0x836080) is known color: Trendy Pink. HEX triplet: 83, 60 and 80. RGB value is (131,96,128). Sum of RGB (Red+Green+Blue) = 131+96+128=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 131 - color contains mainly: red. Hex color #836080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836080 is #7C9F7F. Grayscale: #6E6E6E. Windows color (decimal): -8167296 or 8413315. OLE color: 8413315.

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

Color convert

RGB 131 96 128 -
CMYK 0 0.27 0.02 0.49
HSL 305.14º 0.15% 0.45% -
HSV(B) 305.14º 0.27% 0.51% -
XYZ 17.44 14.75 22.35 -
YUV 110.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 131 96 128 0 0.27 0.02 0.49 305.14 0.15 0.45
Hex 83 60 80 0 1B 2 31 131 F 2D
Octal 203 140 200 0 33 2 61 461 17 55
Binary 10000011 1100000 10000000 0 11011 10 110001 100110001 1111 101101

Color Harmonies of #836080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836080

Black with #836080

Text Example


Text Example

White with #836080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836080; }

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

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

background-color css

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

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

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

border-color css

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

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

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