Html Css Color HEX #834377 Trendy Pink

📋 copy color: '#834377'

red 131 ◦ green 67 ◦ blue 119

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

Shades of Trendy Pink #834377

Tints of Trendy Pink #834377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

 BLUE value IS 119 (46.88% from 255) = 37.54%

R = 41.32%
G = 21.14%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#834377 (or 0x834377) is known color: Trendy Pink. HEX triplet: 83, 43 and 77. RGB value is (131,67,119). Sum of RGB (Red+Green+Blue) = 131+67+119=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 131 - color contains mainly: red. Hex color #834377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834377 is #7CBC88. Grayscale: #5B5B5B. Windows color (decimal): -8174729 or 7816067. OLE color: 7816067.

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

Color convert

RGB 131 67 119 -
CMYK 0 0.49 0.09 0.49
HSL 311.25º 0.32% 0.39% -
HSV(B) 311.25º 0.49% 0.51% -
XYZ 14.7 10.17 18.64 -
YUV 92.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 131 67 119 0 0.49 0.09 0.49 311.25 0.32 0.39
Hex 83 43 77 0 31 9 31 137 20 27
Octal 203 103 167 0 61 11 61 467 40 47
Binary 10000011 1000011 1110111 0 110001 1001 110001 100110111 100000 100111

Color Harmonies of #834377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834377

Black with #834377

Text Example


Text Example

White with #834377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834377; }

 p { color: rgb(131,67,119); }

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

background-color css

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

 a { background-color: rgb(131,67,119); }

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

border-color css

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

 span { border-color: rgb(131,67,119); }

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