Html Css Color HEX #834579 Trendy Pink

📋 copy color: '#834579'

red 131 ◦ green 69 ◦ blue 121

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

Shades of Trendy Pink #834579

Tints of Trendy Pink #834579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.5%

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

R = 40.81%
G = 21.5%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#834579 (or 0x834579) is known color: Trendy Pink. HEX triplet: 83, 45 and 79. RGB value is (131,69,121). Sum of RGB (Red+Green+Blue) = 131+69+121=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 131 - color contains mainly: red. Hex color #834579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834579 is #7CBA86. Grayscale: #5D5D5D. Windows color (decimal): -8174215 or 7947651. OLE color: 7947651.

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

Color convert

RGB 131 69 121 -
CMYK 0 0.47 0.08 0.49
HSL 309.68º 0.31% 0.39% -
HSV(B) 309.68º 0.47% 0.51% -
XYZ 14.94 10.46 19.32 -
YUV 93.47 143.54 154.77 -
System Red Green Blue C M Y K H S L
Decimal 131 69 121 0 0.47 0.08 0.49 309.68 0.31 0.39
Hex 83 45 79 0 2F 8 31 136 1F 27
Octal 203 105 171 0 57 10 61 466 37 47
Binary 10000011 1000101 1111001 0 101111 1000 110001 100110110 11111 100111

Color Harmonies of #834579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834579

Black with #834579

Text Example


Text Example

White with #834579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834579; }

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

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

background-color css

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

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

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

border-color css

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

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

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