Html Css Color HEX #836289 Trendy Pink

📋 copy color: '#836289'

red 131 ◦ green 98 ◦ blue 137

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

Shades of Trendy Pink #836289

Tints of Trendy Pink #836289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.78%

 BLUE value IS 137 (53.91% from 255) = 37.43%

R = 35.79%
G = 26.78%
B = 37.43%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#836289 (or 0x836289) is known color: Trendy Pink. HEX triplet: 83, 62 and 89. RGB value is (131,98,137). Sum of RGB (Red+Green+Blue) = 131+98+137=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 137 - color contains mainly: blue. Hex color #836289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836289 is #7C9D76. Grayscale: #707070. Windows color (decimal): -8166775 or 9003651. OLE color: 9003651.

HSL color Cylindrical-coordinate representation of color #836289: hue angle of 290.77º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #836289 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 98 137 -
CMYK 0.04 0.28 0 0.46
HSL 290.77º 0.17% 0.46% -
HSV(B) 290.77º 0.28% 0.54% -
XYZ 18.24 15.37 25.67 -
YUV 112.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 131 98 137 0.04 0.28 0 0.46 290.77 0.17 0.46
Hex 83 62 89 4 1C 0 2E 123 11 2E
Octal 203 142 211 4 34 0 56 443 21 56
Binary 10000011 1100010 10001001 100 11100 0 101110 100100011 10001 101110

Color Harmonies of #836289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836289

Black with #836289

Text Example


Text Example

White with #836289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836289; }

 p { color: rgb(131,98,137); }

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

background-color css

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

 a { background-color: rgb(131,98,137); }

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

border-color css

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

 span { border-color: rgb(131,98,137); }

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