Html Css Color HEX #836884 Trendy Pink

📋 copy color: '#836884'

red 131 ◦ green 104 ◦ blue 132

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

Shades of Trendy Pink #836884

Tints of Trendy Pink #836884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.97%

R = 35.69%
G = 28.34%
B = 35.97%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#836884 (or 0x836884) is known color: Trendy Pink. HEX triplet: 83, 68 and 84. RGB value is (131,104,132). Sum of RGB (Red+Green+Blue) = 131+104+132=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 132 - color contains mainly: blue. Hex color #836884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836884 is #7C977B. Grayscale: #737373. Windows color (decimal): -8165244 or 8677507. OLE color: 8677507.

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

Color convert

RGB 131 104 132 -
CMYK 0.01 0.21 0 0.48
HSL 297.86º 0.12% 0.46% -
HSV(B) 297.86º 0.21% 0.52% -
XYZ 18.48 16.39 24.02 -
YUV 115.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 131 104 132 0.01 0.21 0 0.48 297.86 0.12 0.46
Hex 83 68 84 1 15 0 30 12A C 2E
Octal 203 150 204 1 25 0 60 452 14 56
Binary 10000011 1101000 10000100 1 10101 0 110000 100101010 1100 101110

Color Harmonies of #836884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836884

Black with #836884

Text Example


Text Example

White with #836884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836884; }

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

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

background-color css

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

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

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

border-color css

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

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

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