Html Css Color HEX #83567E Trendy Pink

📋 copy color: '#83567E'

red 131 ◦ green 86 ◦ blue 126

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

Shades of Trendy Pink #83567E

Tints of Trendy Pink #83567E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

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

R = 38.19%
G = 25.07%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83567E (or 0x83567E) is known color: Trendy Pink. HEX triplet: 83, 56 and 7E. RGB value is (131,86,126). Sum of RGB (Red+Green+Blue) = 131+86+126=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #83567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83567E is #7CA981. Grayscale: #676767. Windows color (decimal): -8169858 or 8279683. OLE color: 8279683.

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

Color convert

RGB 131 86 126 -
CMYK 0 0.34 0.04 0.49
HSL 306.67º 0.21% 0.43% -
HSV(B) 306.67º 0.34% 0.51% -
XYZ 16.45 12.99 21.38 -
YUV 104.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 131 86 126 0 0.34 0.04 0.49 306.67 0.21 0.43
Hex 83 56 7E 0 22 4 31 133 15 2B
Octal 203 126 176 0 42 4 61 463 25 53
Binary 10000011 1010110 1111110 0 100010 100 110001 100110011 10101 101011

Color Harmonies of #83567E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83567E

Black with #83567E

Text Example


Text Example

White with #83567E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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