Html Css Color HEX #83618A Trendy Pink

📋 copy color: '#83618A'

red 131 ◦ green 97 ◦ blue 138

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

Shades of Trendy Pink #83618A

Tints of Trendy Pink #83618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.7%

R = 35.79%
G = 26.5%
B = 37.7%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#83618A (or 0x83618A) is known color: Trendy Pink. HEX triplet: 83, 61 and 8A. RGB value is (131,97,138). Sum of RGB (Red+Green+Blue) = 131+97+138=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 138 - color contains mainly: blue. Hex color #83618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83618A is #7C9E75. Grayscale: #6F6F6F. Windows color (decimal): -8167030 or 9068931. OLE color: 9068931.

HSL color Cylindrical-coordinate representation of color #83618A: hue angle of 289.76º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83618A is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 97 138 -
CMYK 0.05 0.30 0 0.46
HSL 289.76º 0.17% 0.46% -
HSV(B) 289.76º 0.3% 0.54% -
XYZ 18.22 15.21 26.02 -
YUV 111.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 131 97 138 0.05 0.30 0 0.46 289.76 0.17 0.46
Hex 83 61 8A 5 1E 0 2E 122 11 2E
Octal 203 141 212 5 36 0 56 442 21 56
Binary 10000011 1100001 10001010 101 11110 0 101110 100100010 10001 101110

Color Harmonies of #83618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83618A

Black with #83618A

Text Example


Text Example

White with #83618A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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