Html Css Color HEX #83668B Trendy Pink

📋 copy color: '#83668B'

red 131 ◦ green 102 ◦ blue 139

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

Shades of Trendy Pink #83668B

Tints of Trendy Pink #83668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.42%

 BLUE value IS 139 (54.69% from 255) = 37.37%

R = 35.22%
G = 27.42%
B = 37.37%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83668B (or 0x83668B) is known color: Trendy Pink. HEX triplet: 83, 66 and 8B. RGB value is (131,102,139). Sum of RGB (Red+Green+Blue) = 131+102+139=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #83668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83668B is #7C9974. Grayscale: #727272. Windows color (decimal): -8165749 or 9135747. OLE color: 9135747.

HSL color Cylindrical-coordinate representation of color #83668B: hue angle of 287.03º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83668B is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 102 139 -
CMYK 0.06 0.27 0 0.45
HSL 287.03º 0.15% 0.47% -
HSV(B) 287.03º 0.27% 0.55% -
XYZ 18.77 16.19 26.56 -
YUV 114.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 131 102 139 0.06 0.27 0 0.45 287.03 0.15 0.47
Hex 83 66 8B 6 1B 0 2D 11F F 2F
Octal 203 146 213 6 33 0 55 437 17 57
Binary 10000011 1100110 10001011 110 11011 0 101101 100011111 1111 101111

Color Harmonies of #83668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83668B

Black with #83668B

Text Example


Text Example

White with #83668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83668B; }

 p { color: rgb(131,102,139); }

 H1.HeaderClassName
 {
   color: #83668B;
 }
 .AnyTagClassName
 {
   color: #83668B;
 }
</style>

background-color css

<style>
 a { background-color: #83668B; }

 a { background-color: rgb(131,102,139); }

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

border-color css

<style>
 span { border-color: #83668B; }

 span { border-color: rgb(131,102,139); }

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