Html Css Color HEX #834B86 Trendy Pink

📋 copy color: '#834B86'

red 131 ◦ green 75 ◦ blue 134

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

Shades of Trendy Pink #834B86

Tints of Trendy Pink #834B86

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.06%

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

R = 38.53%
G = 22.06%
B = 39.41%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#834B86 (or 0x834B86) is known color: Trendy Pink. HEX triplet: 83, 4B and 86. RGB value is (131,75,134). Sum of RGB (Red+Green+Blue) = 131+75+134=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 134 - color contains mainly: blue. Hex color #834B86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834B86 is #7CB479. Grayscale: #626262. Windows color (decimal): -8172666 or 8801155. OLE color: 8801155.

HSL color Cylindrical-coordinate representation of color #834B86: hue angle of 296.95º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #834B86 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 75 134 -
CMYK 0.02 0.44 0 0.47
HSL 296.95º 0.28% 0.41% -
HSV(B) 296.95º 0.44% 0.53% -
XYZ 16.18 11.58 23.94 -
YUV 98.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 131 75 134 0.02 0.44 0 0.47 296.95 0.28 0.41
Hex 83 4B 86 2 2C 0 2F 129 1C 29
Octal 203 113 206 2 54 0 57 451 34 51
Binary 10000011 1001011 10000110 10 101100 0 101111 100101001 11100 101001

Color Harmonies of #834B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834B86

Black with #834B86

Text Example


Text Example

White with #834B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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