Html Css Color HEX #83618D Trendy Pink

📋 copy color: '#83618D'

red 131 ◦ green 97 ◦ blue 141

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

Shades of Trendy Pink #83618D

Tints of Trendy Pink #83618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.29%

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 35.5%
G = 26.29%
B = 38.21%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83618D (or 0x83618D) is known color: Trendy Pink. HEX triplet: 83, 61 and 8D. RGB value is (131,97,141). Sum of RGB (Red+Green+Blue) = 131+97+141=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 141 - color contains mainly: blue. Hex color #83618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83618D is #7C9E72. Grayscale: #707070. Windows color (decimal): -8167027 or 9265539. OLE color: 9265539.

HSL color Cylindrical-coordinate representation of color #83618D: hue angle of 286.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83618D is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 97 141 -
CMYK 0.07 0.31 0 0.45
HSL 286.36º 0.18% 0.47% -
HSV(B) 286.36º 0.31% 0.55% -
XYZ 18.44 15.3 27.18 -
YUV 112.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 131 97 141 0.07 0.31 0 0.45 286.36 0.18 0.47
Hex 83 61 8D 7 1F 0 2D 11E 12 2F
Octal 203 141 215 7 37 0 55 436 22 57
Binary 10000011 1100001 10001101 111 11111 0 101101 100011110 10010 101111

Color Harmonies of #83618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83618D

Black with #83618D

Text Example


Text Example

White with #83618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83618D; }

 p { color: rgb(131,97,141); }

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

background-color css

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

 a { background-color: rgb(131,97,141); }

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

border-color css

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

 span { border-color: rgb(131,97,141); }

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