Html Css Color HEX #836380 Trendy Pink

📋 copy color: '#836380'

red 131 ◦ green 99 ◦ blue 128

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

Shades of Trendy Pink #836380

Tints of Trendy Pink #836380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.65%

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

R = 36.59%
G = 27.65%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#836380 (or 0x836380) is known color: Trendy Pink. HEX triplet: 83, 63 and 80. RGB value is (131,99,128). Sum of RGB (Red+Green+Blue) = 131+99+128=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 131 - color contains mainly: red. Hex color #836380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836380 is #7C9C7F. Grayscale: #6F6F6F. Windows color (decimal): -8166528 or 8414083. OLE color: 8414083.

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

Color convert

RGB 131 99 128 -
CMYK 0 0.24 0.02 0.49
HSL 305.63º 0.14% 0.45% -
HSV(B) 305.63º 0.24% 0.51% -
XYZ 17.72 15.31 22.44 -
YUV 111.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 131 99 128 0 0.24 0.02 0.49 305.63 0.14 0.45
Hex 83 63 80 0 18 2 31 132 E 2D
Octal 203 143 200 0 30 2 61 462 16 55
Binary 10000011 1100011 10000000 0 11000 10 110001 100110010 1110 101101

Color Harmonies of #836380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836380

Black with #836380

Text Example


Text Example

White with #836380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836380; }

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

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

background-color css

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

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

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

border-color css

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

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

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