Html Css Color HEX #834A7D Trendy Pink

📋 copy color: '#834A7D'

red 131 ◦ green 74 ◦ blue 125

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

Shades of Trendy Pink #834A7D

Tints of Trendy Pink #834A7D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.42%

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 39.7%
G = 22.42%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#834A7D (or 0x834A7D) is known color: Trendy Pink. HEX triplet: 83, 4A and 7D. RGB value is (131,74,125). Sum of RGB (Red+Green+Blue) = 131+74+125=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #834A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834A7D is #7CB582. Grayscale: #606060. Windows color (decimal): -8172931 or 8211075. OLE color: 8211075.

HSL color Cylindrical-coordinate representation of color #834A7D: hue angle of 306.32º 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 #834A7D is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 74 125 -
CMYK 0 0.44 0.05 0.49
HSL 306.32º 0.28% 0.4% -
HSV(B) 306.32º 0.44% 0.51% -
XYZ 15.51 11.2 20.75 -
YUV 96.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 131 74 125 0 0.44 0.05 0.49 306.32 0.28 0.4
Hex 83 4A 7D 0 2C 5 31 132 1C 28
Octal 203 112 175 0 54 5 61 462 34 50
Binary 10000011 1001010 1111101 0 101100 101 110001 100110010 11100 101000

Color Harmonies of #834A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834A7D

Black with #834A7D

Text Example


Text Example

White with #834A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,74,125); }

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

background-color css

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

 a { background-color: rgb(131,74,125); }

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

border-color css

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

 span { border-color: rgb(131,74,125); }

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