Html Css Color HEX #836882 Trendy Pink

📋 copy color: '#836882'

red 131 ◦ green 104 ◦ blue 130

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

Shades of Trendy Pink #836882

Tints of Trendy Pink #836882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.49%

 BLUE value IS 130 (51.17% from 255) = 35.62%

R = 35.89%
G = 28.49%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#836882 (or 0x836882) is known color: Trendy Pink. HEX triplet: 83, 68 and 82. RGB value is (131,104,130). Sum of RGB (Red+Green+Blue) = 131+104+130=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 131 - color contains mainly: red. Hex color #836882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836882 is #7C977D. Grayscale: #727272. Windows color (decimal): -8165246 or 8546435. OLE color: 8546435.

HSL color Cylindrical-coordinate representation of color #836882: hue angle of 302.22º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #836882 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 104 130 -
CMYK 0 0.21 0.01 0.49
HSL 302.22º 0.11% 0.46% -
HSV(B) 302.22º 0.21% 0.51% -
XYZ 18.34 16.34 23.31 -
YUV 115.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 131 104 130 0 0.21 0.01 0.49 302.22 0.11 0.46
Hex 83 68 82 0 15 1 31 12E B 2E
Octal 203 150 202 0 25 1 61 456 13 56
Binary 10000011 1101000 10000010 0 10101 1 110001 100101110 1011 101110

Color Harmonies of #836882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836882

Black with #836882

Text Example


Text Example

White with #836882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836882; }

 p { color: rgb(131,104,130); }

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

background-color css

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

 a { background-color: rgb(131,104,130); }

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

border-color css

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

 span { border-color: rgb(131,104,130); }

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