Html Css Color HEX #83608D Trendy Pink

📋 copy color: '#83608D'

red 131 ◦ green 96 ◦ blue 141

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

Shades of Trendy Pink #83608D

Tints of Trendy Pink #83608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.09%

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

R = 35.6%
G = 26.09%
B = 38.32%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83608D (or 0x83608D) is known color: Trendy Pink. HEX triplet: 83, 60 and 8D. RGB value is (131,96,141). Sum of RGB (Red+Green+Blue) = 131+96+141=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #83608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83608D is #7C9F72. Grayscale: #6F6F6F. Windows color (decimal): -8167283 or 9265283. OLE color: 9265283.

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

Color convert

RGB 131 96 141 -
CMYK 0.07 0.32 0 0.45
HSL 286.67º 0.19% 0.46% -
HSV(B) 286.67º 0.32% 0.55% -
XYZ 18.35 15.11 27.15 -
YUV 111.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 131 96 141 0.07 0.32 0 0.45 286.67 0.19 0.46
Hex 83 60 8D 7 20 0 2D 11F 13 2E
Octal 203 140 215 7 40 0 55 437 23 56
Binary 10000011 1100000 10001101 111 100000 0 101101 100011111 10011 101110

Color Harmonies of #83608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83608D

Black with #83608D

Text Example


Text Example

White with #83608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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