Html Css Color HEX #834876 Trendy Pink

📋 copy color: '#834876'

red 131 ◦ green 72 ◦ blue 118

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

Shades of Trendy Pink #834876

Tints of Trendy Pink #834876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.43%

 BLUE value IS 118 (46.48% from 255) = 36.76%

R = 40.81%
G = 22.43%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#834876 (or 0x834876) is known color: Trendy Pink. HEX triplet: 83, 48 and 76. RGB value is (131,72,118). Sum of RGB (Red+Green+Blue) = 131+72+118=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 131 - color contains mainly: red. Hex color #834876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834876 is #7CB789. Grayscale: #5E5E5E. Windows color (decimal): -8173450 or 7751811. OLE color: 7751811.

HSL color Cylindrical-coordinate representation of color #834876: hue angle of 313.22º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #834876 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 72 118 -
CMYK 0 0.45 0.10 0.49
HSL 313.22º 0.29% 0.4% -
HSV(B) 313.22º 0.45% 0.51% -
XYZ 14.95 10.77 18.43 -
YUV 94.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 131 72 118 0 0.45 0.10 0.49 313.22 0.29 0.4
Hex 83 48 76 0 2D A 31 139 1D 28
Octal 203 110 166 0 55 12 61 471 35 50
Binary 10000011 1001000 1110110 0 101101 1010 110001 100111001 11101 101000

Color Harmonies of #834876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834876

Black with #834876

Text Example


Text Example

White with #834876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834876; }

 p { color: rgb(131,72,118); }

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

background-color css

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

 a { background-color: rgb(131,72,118); }

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

border-color css

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

 span { border-color: rgb(131,72,118); }

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