Html Css Color HEX #83427F Trendy Pink

📋 copy color: '#83427F'

red 131 ◦ green 66 ◦ blue 127

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

Shades of Trendy Pink #83427F

Tints of Trendy Pink #83427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

 BLUE value IS 127 (50% from 255) = 39.2%

R = 40.43%
G = 20.37%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#83427F (or 0x83427F) is known color: Trendy Pink. HEX triplet: 83, 42 and 7F. RGB value is (131,66,127). Sum of RGB (Red+Green+Blue) = 131+66+127=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #83427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83427F is #7CBD80. Grayscale: #5C5C5C. Windows color (decimal): -8174977 or 8340099. OLE color: 8340099.

HSL color Cylindrical-coordinate representation of color #83427F: hue angle of 303.69º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83427F is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 66 127 -
CMYK 0 0.50 0.03 0.49
HSL 303.69º 0.33% 0.39% -
HSV(B) 303.69º 0.5% 0.51% -
XYZ 15.14 10.25 21.26 -
YUV 92.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 131 66 127 0 0.50 0.03 0.49 303.69 0.33 0.39
Hex 83 42 7F 0 32 3 31 130 21 27
Octal 203 102 177 0 62 3 61 460 41 47
Binary 10000011 1000010 1111111 0 110010 11 110001 100110000 100001 100111

Color Harmonies of #83427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83427F

Black with #83427F

Text Example


Text Example

White with #83427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83427F; }

 p { color: rgb(131,66,127); }

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

background-color css

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

 a { background-color: rgb(131,66,127); }

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

border-color css

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

 span { border-color: rgb(131,66,127); }

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