Html Css Color HEX #836586 Trendy Pink

📋 copy color: '#836586'

red 131 ◦ green 101 ◦ blue 134

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

Shades of Trendy Pink #836586

Tints of Trendy Pink #836586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.6%

 BLUE value IS 134 (52.73% from 255) = 36.61%

R = 35.79%
G = 27.6%
B = 36.61%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#836586 (or 0x836586) is known color: Trendy Pink. HEX triplet: 83, 65 and 86. RGB value is (131,101,134). Sum of RGB (Red+Green+Blue) = 131+101+134=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 134 - color contains mainly: blue. Hex color #836586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836586 is #7C9A79. Grayscale: #717171. Windows color (decimal): -8166010 or 8807811. OLE color: 8807811.

HSL color Cylindrical-coordinate representation of color #836586: hue angle of 294.55º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #836586 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 101 134 -
CMYK 0.02 0.25 0 0.47
HSL 294.55º 0.14% 0.46% -
HSV(B) 294.55º 0.25% 0.53% -
XYZ 18.32 15.85 24.65 -
YUV 113.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 131 101 134 0.02 0.25 0 0.47 294.55 0.14 0.46
Hex 83 65 86 2 19 0 2F 127 E 2E
Octal 203 145 206 2 31 0 57 447 16 56
Binary 10000011 1100101 10000110 10 11001 0 101111 100100111 1110 101110

Color Harmonies of #836586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836586

Black with #836586

Text Example


Text Example

White with #836586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836586; }

 p { color: rgb(131,101,134); }

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

background-color css

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

 a { background-color: rgb(131,101,134); }

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

border-color css

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

 span { border-color: rgb(131,101,134); }

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