Html Css Color HEX #83587E Trendy Pink

📋 copy color: '#83587E'

red 131 ◦ green 88 ◦ blue 126

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

Shades of Trendy Pink #83587E

Tints of Trendy Pink #83587E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.51%

 BLUE value IS 126 (49.61% from 255) = 36.52%

R = 37.97%
G = 25.51%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83587E (or 0x83587E) is known color: Trendy Pink. HEX triplet: 83, 58 and 7E. RGB value is (131,88,126). Sum of RGB (Red+Green+Blue) = 131+88+126=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #83587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83587E is #7CA781. Grayscale: #696969. Windows color (decimal): -8169346 or 8280195. OLE color: 8280195.

HSL color Cylindrical-coordinate representation of color #83587E: hue angle of 306.98º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83587E is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 88 126 -
CMYK 0 0.33 0.04 0.49
HSL 306.98º 0.2% 0.43% -
HSV(B) 306.98º 0.33% 0.51% -
XYZ 16.62 13.31 21.43 -
YUV 105.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 131 88 126 0 0.33 0.04 0.49 306.98 0.2 0.43
Hex 83 58 7E 0 21 4 31 133 14 2B
Octal 203 130 176 0 41 4 61 463 24 53
Binary 10000011 1011000 1111110 0 100001 100 110001 100110011 10100 101011

Color Harmonies of #83587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83587E

Black with #83587E

Text Example


Text Example

White with #83587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83587E; }

 p { color: rgb(131,88,126); }

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

background-color css

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

 a { background-color: rgb(131,88,126); }

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

border-color css

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

 span { border-color: rgb(131,88,126); }

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