Html Css Color HEX #834979 Trendy Pink

📋 copy color: '#834979'

red 131 ◦ green 73 ◦ blue 121

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

Shades of Trendy Pink #834979

Tints of Trendy Pink #834979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

 BLUE value IS 121 (47.66% from 255) = 37.23%

R = 40.31%
G = 22.46%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#834979 (or 0x834979) is known color: Trendy Pink. HEX triplet: 83, 49 and 79. RGB value is (131,73,121). Sum of RGB (Red+Green+Blue) = 131+73+121=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #834979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834979 is #7CB686. Grayscale: #5F5F5F. Windows color (decimal): -8173191 or 7948675. OLE color: 7948675.

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

Color convert

RGB 131 73 121 -
CMYK 0 0.44 0.08 0.49
HSL 310.34º 0.28% 0.4% -
HSV(B) 310.34º 0.44% 0.51% -
XYZ 15.19 10.97 19.41 -
YUV 95.81 142.22 153.1 -
System Red Green Blue C M Y K H S L
Decimal 131 73 121 0 0.44 0.08 0.49 310.34 0.28 0.4
Hex 83 49 79 0 2C 8 31 136 1C 28
Octal 203 111 171 0 54 10 61 466 34 50
Binary 10000011 1001001 1111001 0 101100 1000 110001 100110110 11100 101000

Color Harmonies of #834979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834979

Black with #834979

Text Example


Text Example

White with #834979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834979; }

 p { color: rgb(131,73,121); }

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

background-color css

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

 a { background-color: rgb(131,73,121); }

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

border-color css

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

 span { border-color: rgb(131,73,121); }

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